summaryrefslogtreecommitdiff
path: root/lib/pkgconfig
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2015-09-23 20:45:19 -0700
committerJosh Gao <jmgao@google.com>2015-09-23 20:46:13 -0700
commitf79bdee20cacc521d7ec3a8720a43087b47326d6 (patch)
treeee9330bdc29d1af5a033ca862a10a33e5e1c1b7f /lib/pkgconfig
parentdf5f01881b6d4e9c59be106b4063247433737773 (diff)
downloadlinux-x86-f79bdee20cacc521d7ec3a8720a43087b47326d6.tar.gz
Import gdb 7.10 linux-x86_64 prebuilt.
Taken from aosp-master-ndk build 2274331. Bug: http://b/21920612 Change-Id: I2129ab5b85c96273bdb97ee9ca82116bb4db87fa
Diffstat (limited to 'lib/pkgconfig')
-rw-r--r--lib/pkgconfig/python-2.7.pc13
l---------lib/pkgconfig/python.pc1
l---------lib/pkgconfig/python2.pc1
3 files changed, 15 insertions, 0 deletions
diff --git a/lib/pkgconfig/python-2.7.pc b/lib/pkgconfig/python-2.7.pc
new file mode 100644
index 0000000..a02e80b
--- /dev/null
+++ b/lib/pkgconfig/python-2.7.pc
@@ -0,0 +1,13 @@
+prefix=/buildbot/tmp/buildhost/install/prebuilt/linux-x86_64
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: Python
+Description: Python library
+Requires:
+Version: 2.7
+Libs.private: -lpthread -ldl -lutil
+Libs: -L${libdir} -lpython2.7
+Cflags: -I${includedir}/python2.7
+
diff --git a/lib/pkgconfig/python.pc b/lib/pkgconfig/python.pc
new file mode 120000
index 0000000..b7dff7f
--- /dev/null
+++ b/lib/pkgconfig/python.pc
@@ -0,0 +1 @@
+python2.pc \ No newline at end of file
diff --git a/lib/pkgconfig/python2.pc b/lib/pkgconfig/python2.pc
new file mode 120000
index 0000000..b5ac60c
--- /dev/null
+++ b/lib/pkgconfig/python2.pc
@@ -0,0 +1 @@
+python-2.7.pc \ No newline at end of file