diff options
author | Michael Terry <michael.terry@canonical.com> | 2012-01-09 12:09:20 +0000 |
---|---|---|
committer | Michael Terry <michael.terry@canonical.com> | 2012-01-09 12:09:20 +0000 |
commit | 49965d030fd65d3607ea0b611545163d45019852 (patch) | |
tree | dcdf5550aecb492768d2336345b2992839b5c883 /configure.ac | |
parent | c5e62b64e1b8bc31266b426ccb1975300d365bc2 (diff) | |
download | ayatana-indicator-datetime-49965d030fd65d3607ea0b611545163d45019852.tar.gz ayatana-indicator-datetime-49965d030fd65d3607ea0b611545163d45019852.tar.bz2 ayatana-indicator-datetime-49965d030fd65d3607ea0b611545163d45019852.zip |
use libtimezonemap
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 07f52d7..9ba19bf 100644 --- a/configure.ac +++ b/configure.ac @@ -106,12 +106,10 @@ PKG_CHECK_MODULES(SERVICE, indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION PKG_CHECK_MODULES(PREF, gio-2.0 >= $GIO_REQUIRED_VERSION gtk+-3.0 >= $GTK3_REQUIRED_VERSION json-glib-1.0 + timezonemap libgnome-control-center polkit-gobject-1) -PKG_CHECK_MODULES(LIBMAP, gio-2.0 >= $GIO_REQUIRED_VERSION - gtk+-3.0 >= $GTK3_REQUIRED_VERSION) - ########################### # Grab the GSettings Macros ########################### @@ -206,7 +204,6 @@ AM_GLIB_GNU_GETTEXT AC_CONFIG_FILES([ Makefile -libmap/Makefile src/Makefile data/Makefile tests/Makefile |