]> sigrok.org Git - libsigrok.git/blob - libsigrok.pc.in
group all drivers into a single object
[libsigrok.git] / libsigrok.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: libsigrok
7 Description: Backend library of the sigrok logic analyzer software
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}