diff options
author | Ted Gould <ted@gould.cx> | 2010-11-11 15:13:59 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-11 15:13:59 -0600 |
commit | d9ed7b0ed73cfe11c3a147c28d5bd91c8ab2c54b (patch) | |
tree | bab310fffd6ac0e515e3e453c5e99446e89c63a2 | |
parent | a1601926d6c0aa546c96aae96222554963d1a21e (diff) | |
download | ayatana-indicator-datetime-d9ed7b0ed73cfe11c3a147c28d5bd91c8ab2c54b.tar.gz ayatana-indicator-datetime-d9ed7b0ed73cfe11c3a147c28d5bd91c8ab2c54b.tar.bz2 ayatana-indicator-datetime-d9ed7b0ed73cfe11c3a147c28d5bd91c8ab2c54b.zip |
Splitting out the dependencies
-rw-r--r-- | configure.ac | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 7a2b2cb..345d8f1 100644 --- a/configure.ac +++ b/configure.ac @@ -44,14 +44,10 @@ 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 - liboobs-1 >= $OOBS_REQUIRED_VERSION) + libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS) PKG_CHECK_MODULES(SERVICE, 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 |