diff options
author | Stéphane Graber <stgraber@ubuntu.com> | 2013-09-13 22:43:47 -0400 |
---|---|---|
committer | Stéphane Graber <stgraber@ubuntu.com> | 2013-09-13 22:43:47 -0400 |
commit | 8d0580572ab5697e11f74cc427b199fab349ed24 (patch) | |
tree | e147e9561c0a043e3eaaa5586ae8d149fc31213a /configure.ac | |
parent | 830e6a6aa03392294bc8fcb8e57b52f502ce93ba (diff) | |
download | ayatana-indicator-power-8d0580572ab5697e11f74cc427b199fab349ed24.tar.gz ayatana-indicator-power-8d0580572ab5697e11f74cc427b199fab349ed24.tar.bz2 ayatana-indicator-power-8d0580572ab5697e11f74cc427b199fab349ed24.zip |
Revert the previous upload as it caused 10 extra packages to be installed on all Ubuntu desktop machines and as a result caused a FeatureFreeze violation.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ca7e793..ba39dec 100644 --- a/configure.ac +++ b/configure.ac @@ -40,8 +40,7 @@ GUDEV_REQUIRED_VERSION=204 PKG_CHECK_MODULES([SERVICE_DEPS],[glib-2.0 >= $GLIB_REQUIRED_VERSION gio-2.0 >= $GIO_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION - gudev-1.0 >= $GUDEV_REQUIRED_VERSION - url-dispatcher-1]) + gudev-1.0 >= $GUDEV_REQUIRED_VERSION]) ########################### # GSETTINGS |