diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-04 17:51:52 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-04 17:51:52 +0200 |
commit | 57e21f7a78cad4aa01e56a5ee3e273c71b9fe4ec (patch) | |
tree | 4ca93f9332461420be5a9c3d0a18c1e92fc5a8b4 /configure.ac | |
parent | 52099c2fe93e72a86e5f6a742582d1110aab5eff (diff) | |
parent | afa16b907401ab78c34bd8adf93a21a4f5072ec1 (diff) | |
download | ayatana-indicator-datetime-57e21f7a78cad4aa01e56a5ee3e273c71b9fe4ec.tar.gz ayatana-indicator-datetime-57e21f7a78cad4aa01e56a5ee3e273c71b9fe4ec.tar.bz2 ayatana-indicator-datetime-57e21f7a78cad4aa01e56a5ee3e273c71b9fe4ec.zip |
Import upstream version 12.10.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index ce79611..6b34706 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([indicator-datetime], - [12.10.1], + [12.10.2], [http://bugs.launchpad.net/indicator-datetime], [indicator-datetime], [http://launchpad.net/indicator-datetime]) @@ -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 |