diff options
author | Ted Gould <ted@gould.cx> | 2010-11-11 15:10:59 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-11 15:10:59 -0600 |
commit | a1601926d6c0aa546c96aae96222554963d1a21e (patch) | |
tree | b7965ad5c3356b956c7ead2dfe301acf863e7bca /configure.ac | |
parent | 13be17f55dae82a632ede4adb9e66556da7992a9 (diff) | |
download | ayatana-indicator-datetime-a1601926d6c0aa546c96aae96222554963d1a21e.tar.gz ayatana-indicator-datetime-a1601926d6c0aa546c96aae96222554963d1a21e.tar.bz2 ayatana-indicator-datetime-a1601926d6c0aa546c96aae96222554963d1a21e.zip |
Adding a separate pkgcheck line for the service vs. the indicator
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d75e574..7a2b2cb 100644 --- a/configure.ac +++ b/configure.ac @@ -49,9 +49,20 @@ PKG_CHECK_MODULES(INDICATOR, indicator >= $INDICATOR_REQUIRED_VERSION geoclue >= $GEOCLUE_REQUIRED_VERSION liboobs-1 >= $OOBS_REQUIRED_VERSION) +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 + liboobs-1 >= $OOBS_REQUIRED_VERSION) + AC_SUBST(INDICATOR_CFLAGS) AC_SUBST(INDICATOR_LIBS) +AC_SUBST(SERVICE_CFLAGS) +AC_SUBST(SERVICE_LIBS) + ########################### # Grab the GSettings Macros ########################### |