diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-05 11:50:57 +0100 |
---|---|---|
committer | Daniel Drake <dan@reactivated.net> | 2010-10-05 11:55:47 +0100 |
commit | d4de93e6e93583f65d5d0ed535c836e1755a0329 (patch) | |
tree | f480a65b0c80db6bf3209bc1de0d6f530f2c0cd9 /libusb-1.0.pc.in | |
parent | 96a33edad39521f7e228c8122a713d1972a38ca9 (diff) | |
download | libusb-d4de93e6e93583f65d5d0ed535c836e1755a0329.tar.gz |
Populate the pkg-config Libs.private field
Diffstat (limited to 'libusb-1.0.pc.in')
-rw-r--r-- | libusb-1.0.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libusb-1.0.pc.in b/libusb-1.0.pc.in index dd6bde0..0abb16b 100644 --- a/libusb-1.0.pc.in +++ b/libusb-1.0.pc.in @@ -7,5 +7,6 @@ Name: libusb-1.0 Description: C API for USB device access from Linux userspace Version: @VERSION@ Libs: -L${libdir} -lusb-1.0 +Libs.private: @PC_LIBS_PRIVATE@ Cflags: -I${includedir}/libusb-1.0 |