[pangomm] Add pkg-config file for uninstalled use



commit fe18e402ff06eba5e120733eaa90c7c57077e7b6
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Sun Aug 16 20:19:37 2009 +0200

    Add pkg-config file for uninstalled use
    
    * pango/pangomm-1.4-uninstalled.pc.in: New pkg-config metadata
    file for building against a non-installed pangomm library.
    * configure.ac (AC_CONFIG_FILES): Add configure output file
    pango/pangomm-1.4-uninstalled.pc.

 ChangeLog                           |    9 +++++++++
 configure.ac                        |    1 +
 pango/pangomm-1.4-uninstalled.pc.in |   10 ++++++++++
 3 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index eaebec8..2316c06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2009-08-16  Daniel Elstner  <daniel kitta gmail com>
 
+	Add pkg-config file for uninstalled use
+
+	* pango/pangomm-1.4-uninstalled.pc.in: New pkg-config metadata
+	file for building against a non-installed pangomm library.
+	* configure.ac (AC_CONFIG_FILES): Add configure output file
+	pango/pangomm-1.4-uninstalled.pc.
+
+2009-08-16  Daniel Elstner  <daniel kitta gmail com>
+
 	Make use of latest mm-common features
 
 	* configure.ac: Insert MM_PREREQ([0.4]) macro call.
diff --git a/configure.ac b/configure.ac
index 0b10eb8..eb0883a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,6 +75,7 @@ MM_ARG_ENABLE_WARNINGS([PANGOMM_WXXFLAGS],
 AC_CONFIG_FILES([Makefile
                  tools/Makefile
                  pango/pangomm-1.4.pc
+                 pango/pangomm-1.4-uninstalled.pc
                  pango/src/Makefile
                  pango/pangomm/Makefile
                  docs/Makefile
diff --git a/pango/pangomm-1.4-uninstalled.pc.in b/pango/pangomm-1.4-uninstalled.pc.in
new file mode 100644
index 0000000..04dd515
--- /dev/null
+++ b/pango/pangomm-1.4-uninstalled.pc.in
@@ -0,0 +1,10 @@
+doxytagfile=${pc_top_builddir}/docs/reference/@PANGOMM_MODULE_NAME  tag
+htmlrefpub=http://www.gtkmm.org/docs/@PANGOMM_MODULE_NAME@/docs/reference/html/
+
+Name: pangomm
+Description: C++ binding for Pango, not installed
+Version: @PACKAGE_VERSION@
+URL: http://www.gtkmm.org/
+Requires: @PANGOMM_MODULES@
+Libs: ${pc_top_builddir}/${pcfiledir}/pangomm/libpangomm- PANGOMM_API_VERSION@.la
+Cflags: -I${pc_top_builddir}/${pcfiledir} -I${pc_top_builddir}/${pcfiledir}/@srcdir@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]