]> sigrok.org Git - libsigrok.git/blame_incremental - libsigrok.pc.in
kingst-la2016: rework the device side of PWM configuration
[libsigrok.git] / libsigrok.pc.in
... / ...
CommitLineData
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libsigrok
7Description: Backend library for the sigrok signal analysis software suite
8URL: http://www.sigrok.org
9Requires: glib-2.0
10Requires.private: @SR_PKGLIBS@
11Version: @SR_PACKAGE_VERSION@
12Libs: -L${libdir} -lsigrok
13Libs.private: @SR_EXTRA_LIBS@
14Cflags: -I${includedir}