[cairo-commit] configure.ac

Benjamin Otte company at kemper.freedesktop.org
Mon Aug 9 15:13:53 PDT 2010


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 01325ad767acf6213135a0bad895de233324f745
Author: Benjamin Otte <otte at redhat.com>
Date:   Tue Aug 10 00:11:25 2010 +0200

    gobject: Include the extra library in the pkgconfig file

diff --git a/configure.ac b/configure.ac
index 94a866e..1ca4112 100644
--- a/configure.ac
+++ b/configure.ac
@@ -658,6 +658,7 @@ CAIRO_ENABLE_FUNCTIONS(gobject, gobject, auto, [
   gobject_REQUIRES="gobject-2.0 glib-2.0"
   PKG_CHECK_MODULES(GOBJECT, $gobject_REQUIRES, , [AC_MSG_RESULT(no)
   use_gobject="no (requires $gobject_REQUIRES http://download.gnome.org/pub/GNOME/sources/glib/)"])
+  gobject_NONPKGCONFIG_LIBS="-L\%{libdir} -lcairo-gobject"
 ])
 
 dnl ===========================================================================


More information about the cairo-commit mailing list