Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Williams <dcbw@localhost.localdomain>2007-01-07 06:20:42 (GMT)
committer Dan Williams <dcbw@localhost.localdomain>2007-01-07 06:20:42 (GMT)
commit0265f06b3e039aee88312cda7b6c0e98aefe067d (patch)
tree143173185c7d1723b3a133b80d94460d280a38b6 /configure.ac
parent70a5e27edd2ef7fc299f406025b47103f6b82542 (diff)
Add a _sugar.cairo_surface_from_gdk_pixbuf() function
generic function to create a surface from a gdk pixbuf
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a6e254b..951d6b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,6 +38,8 @@ AC_SUBST(GNOMEPYTHONEXTRAS_DEFSDIR)
PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
AC_SUBST(PYGTK_DEFSDIR)
+PKG_CHECK_MODULES(PYCAIRO, pycairo)
+
#
# Setup GETTEXT
#