]> sigrok.org Git - libsigrokflow.git/commitdiff
Add libsigrokflow.pc.in.
authorUwe Hermann <redacted>
Sat, 29 Dec 2018 15:27:48 +0000 (16:27 +0100)
committerUwe Hermann <redacted>
Tue, 8 Jan 2019 15:04:02 +0000 (16:04 +0100)
libsigrokflow.pc.in [new file with mode: 0644]

diff --git a/libsigrokflow.pc.in b/libsigrokflow.pc.in
new file mode 100644 (file)
index 0000000..6ed0582
--- /dev/null
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libsigrokflow
+Description: sigrok flow graph library
+URL: http://www.sigrok.org
+Requires: gstreamermm-1.0 >= 1.8.0
+Version: @SRF_PACKAGE_VERSION@
+Libs: -L${libdir} -lsigrokflow
+Cflags: -I${includedir}