diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-11-15 13:40:43 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-11-15 14:10:00 +0100 |
commit | 8d93b865c03829043b17010bc2bd7e3a89dbfb69 (patch) | |
tree | 873353260a7d90ffee1c464b42ae499ba9ef2db0 /configure.ac | |
parent | 40c46616ed8b86375777610b6befc35f22914497 (diff) |
Group all harddeps in one pkg-config call
We do not support GTK2 anymore, so there is no point in keeping those
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 63e88ad3c..b2336892c 100644 --- a/configure.ac +++ b/configure.ac @@ -161,6 +161,10 @@ PKG_CHECK_MODULES(EMPATHY, telepathy-glib >= $TELEPATHY_GLIB_REQUIRED telepathy-logger-0.1 >= $TELEPATHY_LOGGER x11 + gtk+-3.0 >= $GTK_REQUIRED + libcanberra-gtk3 >= $LIBCANBERRA_GTK_REQUIRED + libnotify >= $LIBNOTIFY_REQUIRED + gcr-3 >= $KEYRING_REQUIRED ]) # ----------------------------------------------------------- @@ -175,15 +179,6 @@ if test x"$with_eds" = x"yes" ; then fi # ----------------------------------------------------------- -# GTK+ -# ----------------------------------------------------------- -PKG_CHECK_MODULES(GTK, gtk+-3.0 >= $GTK_REQUIRED) - -PKG_CHECK_MODULES(CANBERRA, libcanberra-gtk3 >= $LIBCANBERRA_GTK_REQUIRED) -PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED) -PKG_CHECK_MODULES(GCR, gcr-3 >= $KEYRING_REQUIRED) - -# ----------------------------------------------------------- # Enable debug # ----------------------------------------------------------- |