aboutsummaryrefslogtreecommitdiff
path: root/libusb.pc.in
diff options
context:
space:
mode:
authorYavor Goulishev <yavor@google.com>2011-05-23 11:58:06 -0700
committerYavor Goulishev <yavor@google.com>2011-05-23 11:58:06 -0700
commite9a683104ef3f40d38459c0ca62a2d46f20b0714 (patch)
tree1ef8522d89d3e24c69ed6253e657211a0faa6564 /libusb.pc.in
parent88d2245b9a11a11134b39d9d0e54b5c2dba8aeef (diff)
downloadlibusb-compat-e9a683104ef3f40d38459c0ca62a2d46f20b0714.tar.gz
Moving the libusb-compat source from jumper to external.android-sdk-tools_r12android-sdk-adt_r12
Change-Id: Icd5631b38c4b1a16ae0f715d32c1e1d4ba82c435
Diffstat (limited to 'libusb.pc.in')
-rw-r--r--libusb.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/libusb.pc.in b/libusb.pc.in
new file mode 100644
index 0000000..02d67b8
--- /dev/null
+++ b/libusb.pc.in
@@ -0,0 +1,14 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+emulated=1
+emulated_by=libusb-1.0
+
+Name: libusb
+Description: USB access library (libusb-1.0 compat wrapper)
+Version: @LIBUSB01_VERSION@
+Libs: -L${libdir} -lusb
+Cflags: -I${includedir}
+