aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-10-04 07:56:59 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-10-04 07:56:59 -0500
commitf1c8a718fe10143ad64f7df6d59b60a514b3f6a1 (patch)
treed0559fe52091c30a14ad207e0963fdcf2ee478ee /configure.ac
parent3f6591ab927a4313f7623904a4a0d75533fa021f (diff)
parent938d25fd79ce9fed522c1fc7233aaa0c95120b38 (diff)
downloadayatana-indicator-datetime-f1c8a718fe10143ad64f7df6d59b60a514b3f6a1.tar.gz
ayatana-indicator-datetime-f1c8a718fe10143ad64f7df6d59b60a514b3f6a1.tar.bz2
ayatana-indicator-datetime-f1c8a718fe10143ad64f7df6d59b60a514b3f6a1.zip
get i-datetime's use of the EDS 3.5 API working.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ce79611..e975192 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,6 @@ CAIRO_REQUIRED_VERSION=1.10
GDK_REQUIRED_VERSION=2.22
GLIB_REQUIRED_VERSION=2.29.19
GTK3_REQUIRED_VERSION=3.1.4
-GCONF_REQUIRED_VERSION=2.31
PKG_CHECK_MODULES(INDICATOR, indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
glib-2.0 >= $GLIB_REQUIRED_VERSION
@@ -79,8 +78,7 @@ PKG_CHECK_MODULES(SERVICE, indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
libedataserver-1.2 >= EDS_REQUIRED_VERSION
libedataserverui-3.0 >= EDS_REQUIRED_VERSION
cairo >= CAIRO_REQUIRED_VERSION
- gdk-3.0 >= GDK_REQUIRED_VERSION
- gconf-2.0 >= GCONF_REQUIRED_VERSION)
+ gdk-3.0 >= GDK_REQUIRED_VERSION)
###########################
# Control Center panel