]> sigrok.org Git - libsigrok.git/blob - libsigrok.pc.in
pkg-config: Add (semi-generated) libsigrok.pc.
[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:
10 Version: @VERSION@
11 Libs: -L${libdir} -lsigrok
12 Cflags: -I${includedir}
13