configure: Also test for new "check" option
[libsigrok.git] / libsigrok.pc.in
blob836dcfb024eec0e63957e976da352738e5e3efd6
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: libsigrok
7 Description: Backend library for the sigrok signal analysis software suite
8 URL: http://www.sigrok.org
9 Requires: glib-2.0
10 Requires.private: @SR_PKGLIBS@
11 Version: @SR_PACKAGE_VERSION@
12 Libs: -L${libdir} -lsigrok
13 Libs.private: @SR_EXTRA_LIBS@
14 Cflags: -I${includedir}