diff options
author | Christophe Fergeau <teuf@gnome.org> | 2011-12-13 22:09:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-12-13 22:15:06 +0800 |
commit | d459b0885f427588ff5d45c84065a1534034d966 (patch) | |
tree | 331e9374f30a834abd373995fa2f45950d0b9af2 /configure.ac | |
parent | bb1e5f60466aeeabee2140cb516ace9259b8731d (diff) | |
download | gsoc2013-evolution-d459b0885f427588ff5d45c84065a1534034d966.tar.gz gsoc2013-evolution-d459b0885f427588ff5d45c84065a1534034d966.tar.zst gsoc2013-evolution-d459b0885f427588ff5d45c84065a1534034d966.zip |
Bug 665782 - configure.ac: Add gmodule-2.0 to GNOME_PLATFORM
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 128bd1f6e7..047ffee343 100644 --- a/configure.ac +++ b/configure.ac @@ -242,6 +242,7 @@ dnl Check for base dependencies early. dnl ********************************** PKG_CHECK_MODULES([GNOME_PLATFORM], [gio-2.0 >= glib_minimum_version + gmodule-2.0 >= glib_minimum_version cairo-gobject gtk+-3.0 >= gtk_minimum_version gail-3.0 >= gtk_minimum_version |