summaryrefslogtreecommitdiff
path: root/src/ivy-glib.pc.in
diff options
context:
space:
mode:
authorfcolin2007-06-28 15:14:25 +0000
committerfcolin2007-06-28 15:14:25 +0000
commit0acdf45640c8be6413637afe1091ea640a936303 (patch)
tree5289575dfc7a0604702bae874b5e3768b01c2932 /src/ivy-glib.pc.in
parent960feac2ade2d7a359d4b806b2dc19ae940314e1 (diff)
downloadivy-c-0acdf45640c8be6413637afe1091ea640a936303.zip
ivy-c-0acdf45640c8be6413637afe1091ea640a936303.tar.gz
ivy-c-0acdf45640c8be6413637afe1091ea640a936303.tar.bz2
ivy-c-0acdf45640c8be6413637afe1091ea640a936303.tar.xz
Being used to pkg-config, my first contribution is to propose a patch
which: * produces a ivy-glib.pc file useable with pkg-config, and * don't fail if "make install" is not run as root while installing the Xt related files. proposed by Vivien Malerba
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@