diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-07 19:25:59 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-07 19:25:59 +0200 |
commit | b9ce676a1d912a2e95a7f6511d5491190cf80072 (patch) | |
tree | 77ed4d37e1bb0d5421b81bbf568ee098820cfa95 /configure.ac | |
parent | c7f411795146152fbf429de11ae8b5afb41b7a5b (diff) | |
parent | 60c2bd35d848053af194695e098232489c5a0439 (diff) | |
download | ayatana-indicator-datetime-b9ce676a1d912a2e95a7f6511d5491190cf80072.tar.gz ayatana-indicator-datetime-b9ce676a1d912a2e95a7f6511d5491190cf80072.tar.bz2 ayatana-indicator-datetime-b9ce676a1d912a2e95a7f6511d5491190cf80072.zip |
releasing version 0.0.5-0ubuntu2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fdc85c2..f8997bf 100644 --- a/configure.ac +++ b/configure.ac @@ -35,15 +35,23 @@ PKG_PROG_PKG_CONFIG INDICATOR_REQUIRED_VERSION=0.3.0 DBUSMENUGLIB_REQUIRED_VERSION=0.1.1 DBUSMENUGTK_REQUIRED_VERSION=0.1.1 +GIO_REQUIRED_VERSION=2.25.0 PKG_CHECK_MODULES(INDICATOR, indicator >= $INDICATOR_REQUIRED_VERSION dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION - dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION) + dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION + gio-2.0 >= $GIO_REQUIRED_VERSION) AC_SUBST(INDICATOR_CFLAGS) AC_SUBST(INDICATOR_LIBS) ########################### +# Grab the GSettings Macros +########################### + +GLIB_GSETTINGS + +########################### # Check to see if we're local ########################### |