]> sigrok.org Git - libsigrok.git/blob - libsigrok.pc.in
libsigrok: glib-2.0 is a hard requirement.
[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: @LIBSIGROK_PKGLIBS@
11 Version: @VERSION@
12 Libs: -L${libdir} -lsigrok
13 Libs.private:
14 Cflags: -I${includedir}
15