libsigrok/libsigrok.pc.in

15 lines
362 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libsigrok
Description: Backend library for the sigrok signal analysis software suite
URL: http://www.sigrok.org
Requires: glib-2.0
Requires.private: @SR_PKGLIBS@
Version: @SR_PACKAGE_VERSION@
Libs: -L${libdir} -lsigrok
Libs.private: @SR_EXTRA_LIBS@
Cflags: -I${includedir}