urjtag.pc: make sure usb/ftdi libs are declared for static builds

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1938 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Mike Frysinger 13 years ago
parent 3b461c20ad
commit 062ac8b981

@ -3,6 +3,9 @@
* src/tap/chain.c (urj_tap_chain_connect): Fix param count check with parallel
cables after the refactorizing into dedicated funcs. Fix by Steve Tell.
* src/urjtag.pc.in (Libs.private): Add ftdi/usb libs after they were removed
from the global LIBS.
2011-06-29 Mike Frysinger <vapier@gentoo.org>
* src/tap/cable.c (urj_tap_cable_wait): Tweak code style to silence warnings

@ -8,5 +8,5 @@ Description: Universal JTAG library, server and tools
Version: @PACKAGE_VERSION@
URL: @PACKAGE_BUGREPORT@
Libs: -L${libdir} -lurjtag
Libs.private: @LIBS@ @LTLIBINTL@
Libs.private: @LIBS@ @LIBFTDI_LIBS@ @FTD2XXLIB@ @LIBUSB_LIBS@ @LTLIBINTL@
Cflags: -I${includedir}

Loading…
Cancel
Save