Doxyfile/Doxyfile_internal: Bump version number to 0.3.0.
[libsigrok/gsi.git] / libsigrok.pc.in
blob219f7c3ba00322096de835b7df817f01a7929a14
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
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: @VERSION@
12 Libs: -L${libdir} -lsigrok
13 Libs.private: -lm
14 Cflags: -I${includedir}