diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-06-28 16:49:09 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-06-28 16:49:09 +0100 |
commit | 88ee892950d919529229a4aa2814f00b3bda9b24 (patch) | |
tree | eee7307baa94ab62a2ff55fda350d4249b67cbfa /configure.ac | |
parent | 8c9abf28c7529f0aa03bb77a13cc6b4cdb233a7e (diff) | |
download | ayatana-indicator-power-88ee892950d919529229a4aa2814f00b3bda9b24.tar.gz ayatana-indicator-power-88ee892950d919529229a4aa2814f00b3bda9b24.tar.bz2 ayatana-indicator-power-88ee892950d919529229a4aa2814f00b3bda9b24.zip |
Process the data received from the gnome-power-manager service
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3cf8008..40e630b 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,9 @@ GTK_REQUIRED_VERSION=2.24 GTK3_REQUIRED_VERSION=3.0 INDICATOR_DISPLAY_OBJECTS=0.2 INDICATOR_REQUIRED_VERSION=0.3.0 +UPOWER_REQUIRED_VERSION=0.9.0 + +PKG_CHECK_MODULES([UPOWER],[upower-glib >= UPOWER_REQUIRED_VERSION]) AC_ARG_WITH([gtk], [AS_HELP_STRING([--with-gtk], |