diff options
author | Ted Gould <ted@gould.cx> | 2010-10-07 15:15:08 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-07 15:15:08 -0600 |
commit | 4fff55e013d9ed5ba0dba12abe1a7f0f53c18547 (patch) | |
tree | 6054fe5684f98e7dd47eb0fd3627412ccc140cdb | |
parent | ab293db1e9f909b47b867f86ea2c222ad343c497 (diff) | |
download | ayatana-indicator-datetime-4fff55e013d9ed5ba0dba12abe1a7f0f53c18547.tar.gz ayatana-indicator-datetime-4fff55e013d9ed5ba0dba12abe1a7f0f53c18547.tar.bz2 ayatana-indicator-datetime-4fff55e013d9ed5ba0dba12abe1a7f0f53c18547.zip |
Adding in OOBS support
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4f7ff2e..d75e574 100644 --- a/configure.ac +++ b/configure.ac @@ -39,13 +39,15 @@ 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 +OOBS_REQUIRED_VERSION=2.31.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 - geoclue >= $GEOCLUE_REQUIRED_VERSION) + geoclue >= $GEOCLUE_REQUIRED_VERSION + liboobs-1 >= $OOBS_REQUIRED_VERSION) AC_SUBST(INDICATOR_CFLAGS) AC_SUBST(INDICATOR_LIBS) |