]> sigrok.org Git - libsigrok.git/blame - libsigrok.pc.in
libsigrok: glib-2.0 is a hard requirement.
[libsigrok.git] / libsigrok.pc.in
CommitLineData
d658e348
UH
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libsigrok
7Description: Backend library of the sigrok logic analyzer software
8URL: http://www.sigrok.org
e48846b1 9Requires: glib-2.0
30000732 10Requires.private: @LIBSIGROK_PKGLIBS@
d658e348
UH
11Version: @VERSION@
12Libs: -L${libdir} -lsigrok
30000732 13Libs.private:
d658e348
UH
14Cflags: -I${includedir}
15