diff options
author | Nikias Bassen | 2010-04-03 02:37:45 +0200 |
---|---|---|
committer | Hector Martin | 2010-04-08 15:11:35 +0200 |
commit | ae85313617ef48b3b183b2077d4ffebde74ea101 (patch) | |
tree | 54d358d03fae954aaefc0dc0e97fd90b7d404cb9 | |
parent | c310eb77480ca24dfdeefd80b73318ef890b5e2a (diff) | |
download | usbmuxd-ae85313617ef48b3b183b2077d4ffebde74ea101.tar.gz usbmuxd-ae85313617ef48b3b183b2077d4ffebde74ea101.tar.bz2 |
libusbmuxd itself does not depend on libusb so remove the reference
-rw-r--r-- | libusbmuxd.pc.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libusbmuxd.pc.in b/libusbmuxd.pc.in index 25d4e09..1ecd8ed 100644 --- a/libusbmuxd.pc.in +++ b/libusbmuxd.pc.in @@ -6,7 +6,6 @@ includedir=${CMAKE_INSTALL_PREFIX}/include Name: libusbmuxd Description: A library to communicate with the usbmux daemon Version: ${USBMUXD_VERSION} -Requires: libusb-1.0 >= 1.0.3 Libs: -L${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX} -lusbmuxd Cflags: -I${CMAKE_INSTALL_PREFIX}/include |