From 9f40d13e9f9e23f62280375605f4234e71642c24 Mon Sep 17 00:00:00 2001 From: Soren Sandmann Pedersen Date: Fri, 4 May 2007 22:08:40 -0400 Subject: [PATCH] Add pixman.pc.in --- pixman.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pixman.pc.in diff --git a/pixman.pc.in b/pixman.pc.in new file mode 100644 index 0000000..9e6a440 --- /dev/null +++ b/pixman.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Pixman +Description: The pixman library +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} @DEP_CFLAGS@ +Libs: -L${libdir} -llibcomp @DEP_LIBS@ + -- 2.7.4