]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.pc.in
pkg-config: Add (semi-generated) libsigrok.pc.
[libsigrok.git] / libsigrok.pc.in
diff --git a/libsigrok.pc.in b/libsigrok.pc.in
new file mode 100644 (file)
index 0000000..e0a4182
--- /dev/null
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libsigrok
+Description: Backend library of the sigrok logic analyzer software
+URL: http://www.sigrok.org
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lsigrok
+Cflags: -I${includedir}
+