From fcc0fa3387960f3bcf8f02249e6a775368949638 Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 1 Oct 2008 13:59:48 +0000 Subject: [PATCH] add inkpot to the builds, although not yet used by dot --- lib/inkpot/libinkpot.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/inkpot/libinkpot.pc.in diff --git a/lib/inkpot/libinkpot.pc.in b/lib/inkpot/libinkpot.pc.in new file mode 100644 index 000000000..8fe3e8d9c --- /dev/null +++ b/lib/inkpot/libinkpot.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/@PACKAGE@ +plugins=@GVPLUGIN_VERSION@ + +Name: libinkpot +Description: Inkpot color management library +Version: @VERSION@ +Libs: -L${libdir} -linkpot +Cflags: -I${includedir} + -- 2.40.0