diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-14 21:50:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:50:00 +0800 |
commit | e4489322156d487fe7346a1a564a7837c73cddc1 (patch) | |
tree | b7167c71486951f4493907479b030eddfb735836 | |
parent | 53503944415ba82677ae6a14f6051ed0a00fa738 (diff) | |
download | gsoc2013-evolution-e4489322156d487fe7346a1a564a7837c73cddc1.tar.gz gsoc2013-evolution-e4489322156d487fe7346a1a564a7837c73cddc1.tar.zst gsoc2013-evolution-e4489322156d487fe7346a1a564a7837c73cddc1.zip |
build: Depend on cairo-gobject
GTK3 depends on it anyway, and we need it for property types in
gnome-canvas.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a1c25e220a..6a07a21d68 100644 --- a/configure.ac +++ b/configure.ac @@ -303,6 +303,7 @@ dnl Check for base dependencies early. dnl ********************************** PKG_CHECK_MODULES([GNOME_PLATFORM], [gio-2.0 >= glib_minimum_version + cairo-gobject $GTK >= $gtk_minimum_version $GAIL >= $gail_minimum_version gconf-2.0 >= gconf_minimum_version |