From 3dffe8d0ebce77eded0b7e9ed70ac03b09d0090e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 7 Jul 2010 15:25:53 +0200 Subject: [PATCH] sort dependencies --- configure.ac | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index f0aeb2cb..5c5921a8 100644 --- a/configure.ac +++ b/configure.ac @@ -29,24 +29,28 @@ AC_COPYRIGHT([ ]) # Minimal version required + +# Hardp deps +GCONF_REQUIRED=1.2.0 GLIB_REQUIRED=2.25.9 GTK_REQUIRED=2.21.2 -GCONF_REQUIRED=1.2.0 +KEYRING_REQUIRED=2.22 +LIBCANBERRA_GTK_REQUIRED=0.4 +LIBNOTIFY_REQUIRED=0.4.4 TELEPATHY_GLIB_REQUIRED=0.11.7 TELEPATHY_LOGGER=0.1.2 +UNIQUE_REQUIRED=1.1.2 + +# Optionnal deps +CLUTTER_GTK_REQUIRED=0.10 ENCHANT_REQUIRED=1.2.0 +GEOCLUE_REQUIRED=0.11 ISO_CODES_REQUIRED=0.35 -LIBNOTIFY_REQUIRED=0.4.4 -LIBCANBERRA_GTK_REQUIRED=0.4 -LIBCHAMPLAIN_REQUIRED=0.4 LIBCHAMPLAIN_GTK_REQUIRED=0.4 -CLUTTER_GTK_REQUIRED=0.10 -GEOCLUE_REQUIRED=0.11 -WEBKIT_REQUIRED=1.1.15 -KEYRING_REQUIRED=2.22 -NETWORK_MANAGER_REQUIRED=0.7.0 +LIBCHAMPLAIN_REQUIRED=0.4 NAUTILUS_SENDTO_REQUIRED=2.28.1 -UNIQUE_REQUIRED=1.1.2 +NETWORK_MANAGER_REQUIRED=0.7.0 +WEBKIT_REQUIRED=1.1.15 # Use --enable-maintainer-mode to disable deprecated symbols, # disable single include and enable GSEAL. If this is not a released empathy, -- 2.39.2