From 0acdf45640c8be6413637afe1091ea640a936303 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 28 Jun 2007 15:14:25 +0000 Subject: 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 --- src/ivy-glib.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/ivy-glib.pc.in (limited to 'src/ivy-glib.pc.in') 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@ -- cgit v1.1