summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-08-10 00:11:25 +0200
committerBenjamin Otte <otte@redhat.com>2010-08-10 00:11:59 +0200
commit01325ad767acf6213135a0bad895de233324f745 (patch)
tree59ae8c5f335f7166cc9d7bd2a4c2f4a6cd6ed02a /configure.ac
parent8fb91dc3f6b691f91c322cec4b1d0ee4dbebd69c (diff)
gobject: Include the extra library in the pkgconfig file
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 94a866e2e..1ca411290 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 ===========================================================================