pkgconfig file: Depend on libusb-1.0
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 21 Jun 2012 15:15:25 +0000 (17:15 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 21 Jun 2012 15:15:25 +0000 (17:15 +0200)
libftdi.pc.in

index fe87214..f8aaaeb 100644 (file)
@@ -7,8 +7,7 @@ libusb_cflags=@LIBUSB_1_0_CFLAGS@
 
 Name: libftdi
 Description: Library to program and control the FTDI USB controller
-Requires:
+Requires: libusb-1.0
 Version: @VERSION@
 Libs: -L${libdir} -lftdi ${libusb_libs}
 Cflags: -I${includedir} ${libusb_cflags}
-