File: 03_pkgconfig_private.diff

package info (click to toggle)
libftdi 0.20-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 2,076 kB
  • ctags: 598
  • sloc: sh: 11,006; ansic: 2,417; cpp: 594; makefile: 116
file content (18 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
 libftdi.pc.in |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- a/libftdi.pc.in
+++ b/libftdi.pc.in
@@ -5,8 +5,9 @@
 
 Name: libftdi
 Description: Library to program and control the FTDI USB controller
-Requires:
 Version: @VERSION@
-Libs: -L${libdir} -lftdi -lusb
+
+@PKGCONFIG_REQUIRES@: libusb
+Libs: -L${libdir} -lftdi
 Cflags: -I${includedir}