From ce435ff834bafc56e36306965b08e3a0627ad03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 28 Jun 2011 16:03:17 +0100 Subject: Remove libido dependency We do not need this for now --- configure.ac | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0d58a89..3cf8008 100644 --- a/configure.ac +++ b/configure.ac @@ -45,13 +45,11 @@ AC_ARG_WITH([gtk], AS_IF([test "x$with_gtk" = x3], [PKG_CHECK_MODULES([INDICATOR],[ gtk+-3.0 >= $GTK3_REQUIRED_VERSION - indicator3 >= $INDICATOR_REQUIRED_VERSION - libido3-0.1 >= $INDICATOR_DISPLAY_OBJECTS])], + indicator3 >= $INDICATOR_REQUIRED_VERSION])], [test "x$with_gtk" = x2], [PKG_CHECK_MODULES([INDICATOR],[ gtk+-2.0 >= $GTK_REQUIRED_VERSION - indicator >= $INDICATOR_REQUIRED_VERSION - libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS])], + indicator >= $INDICATOR_REQUIRED_VERSION])], [AC_MSG_FAILURE([Value for --with-gtk was neither 2 nor 3])] ) AC_SUBST(INDICATOR_CFLAGS) -- cgit v1.2.3