[gtk+/rendering-cleanup-next: 1/153] build: Depend on cairo-gobject



commit d0eb69356800b88fb42e83492a2ddc0d0a38c2b6
Author: Benjamin Otte <otte redhat com>
Date:   Wed Sep 1 19:57:01 2010 +0200

    build: Depend on cairo-gobject
    
    We want to use cairo types for signals and properties, so we need to
    depend on the library providing them.

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a2406d8..bcaac55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -352,6 +352,7 @@ PKG_CHECK_MODULES(BASE_DEPENDENCIES,
    atk >= atk_required_version dnl
    pango >= pango_required_version dnl
    cairo >= cairo_required_version dnl
+   cairo-gobject >= cairo_required_version dnl
    gdk-pixbuf-2.0 >= gdk_pixbuf_required_version])
 
 ## In addition to checking that cairo is present, we also need to
@@ -1278,7 +1279,7 @@ else
         LIBS="$gtk_save_LIBS"
 fi
 
-GTK_PACKAGES="atk cairo gdk-pixbuf-2.0 gio-2.0"
+GTK_PACKAGES="atk cairo cairo-gobject gdk-pixbuf-2.0 gio-2.0"
 if test "x$gdktarget" = "xx11"; then
   GTK_PACKAGES="$GTK_PACKAGES pangoft2"
 fi



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