diff options
author | Ted Gould <ted@gould.cx> | 2010-10-06 22:35:46 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-06 22:35:46 -0600 |
commit | 02b7ccf7207a77469e16562414eded9068b4809d (patch) | |
tree | f7085484742af7d47d1fb1898d82e8b0e5963f3a | |
parent | e0ad7bd7d61a8abb1b932ccf98e3ed69f2ea8d3b (diff) | |
download | ayatana-indicator-datetime-02b7ccf7207a77469e16562414eded9068b4809d.tar.gz ayatana-indicator-datetime-02b7ccf7207a77469e16562414eded9068b4809d.tar.bz2 ayatana-indicator-datetime-02b7ccf7207a77469e16562414eded9068b4809d.zip |
Adding in the geoclue lib
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 74b9e70..4f7ff2e 100644 --- a/configure.ac +++ b/configure.ac @@ -38,12 +38,14 @@ DBUSMENUGTK_REQUIRED_VERSION=0.1.1 GIO_REQUIRED_VERSION=2.25.11 # Note: the GIO check below also ensures the proper glib with gsettings support is present INDICATOR_DISPLAY_OBJECTS=0.1.10 +GEOCLUE_REQUIRED_VERSION=0.12.0 PKG_CHECK_MODULES(INDICATOR, indicator >= $INDICATOR_REQUIRED_VERSION dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS - gio-2.0 >= $GIO_REQUIRED_VERSION) + gio-2.0 >= $GIO_REQUIRED_VERSION + geoclue >= $GEOCLUE_REQUIRED_VERSION) AC_SUBST(INDICATOR_CFLAGS) AC_SUBST(INDICATOR_LIBS) |