15 lines
340 B
PkgConfig
15 lines
340 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
libusb_libs=@LIBUSB_1_0_LIBS@
|
|
libusb_cflags=@LIBUSB_1_0_CFLAGS@
|
|
|
|
Name: libftdi
|
|
Description: Library to program and control the FTDI USB controller
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lftdi ${libusb_libs}
|
|
Cflags: -I${includedir} ${libusb_cflags}
|
|
|