diff options
author | Nikias Bassen | 2015-12-31 19:54:36 +0100 |
---|---|---|
committer | Nikias Bassen | 2015-12-31 19:54:36 +0100 |
commit | 86d028aabc9fdb65b155590366b53c0038989a81 (patch) | |
tree | 686af2278cc3f7764a2c36eebabe6b7dbd998205 /libirecovery.pc.in | |
parent | 166af423e44039a6f17d46d171cd90fcbee393aa (diff) | |
download | libirecovery-86d028aabc9fdb65b155590366b53c0038989a81.tar.gz libirecovery-86d028aabc9fdb65b155590366b53c0038989a81.tar.bz2 |
autofoo: Only set Requires.private for libusb if linking against libusb
Diffstat (limited to 'libirecovery.pc.in')
-rw-r--r-- | libirecovery.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libirecovery.pc.in b/libirecovery.pc.in index 39cc29b..11ac86a 100644 --- a/libirecovery.pc.in +++ b/libirecovery.pc.in @@ -8,4 +8,4 @@ Description: A library to communicate with iBoot/iBSS on iOS devices via USB Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lirecovery Cflags: -I${includedir} -Requires.private: libusb-1.0 >= @LIBUSB_VERSION@
\ No newline at end of file +Requires.private: @LIBUSB_REQUIRED@ |