summaryrefslogtreecommitdiff
path: root/src/ivy-glib.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivy-glib.pc.in')
-rw-r--r--src/ivy-glib.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ivy-glib.pc.in b/src/ivy-glib.pc.in
new file mode 100644
index 0000000..e2186a9
--- /dev/null
+++ b/src/ivy-glib.pc.in
@@ -0,0 +1,11 @@
+prefix=@DESTDIR@/@PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: ivy-glib
+Description: A software bus (Glib main loop)
+Requires: glib-2.0
+Version: @MAJOR@.@MINOR@
+Libs: -L${libdir} -lglibivy @PCREINC@
+Cflags: -I${includedir} @REGEXP@ @PCRELIB@ @EXTRALIB@