diff options
author | Monsta <[email protected]> | 2015-01-13 15:36:27 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-01-15 11:24:23 +0100 |
commit | 68101dd55a11eea9b02d49f34744e987c13255d1 (patch) | |
tree | 3a16f5ee4ebd4ba9b7e7ee16b5b0a302bbed0105 /configure.ac | |
parent | 05bacd93fb9b58082f2d66b5e08d4a4057dcffb2 (diff) | |
download | mate-power-manager-68101dd55a11eea9b02d49f34744e987c13255d1.tar.bz2 mate-power-manager-68101dd55a11eea9b02d49f34744e987c13255d1.tar.xz |
remove ifdefs, bump upower version requirement
Closes https://github.com/mate-desktop/mate-power-manager/pull/126
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ae905b1..041938b 100644 --- a/configure.ac +++ b/configure.ac @@ -124,7 +124,7 @@ UNIQUE_REQUIRED=0.9.4 LIBPANEL_REQUIRED=1.5.0 XRANDR_REQUIRED=1.2.0 CANBERRA_REQUIRED=0.10 -UPOWER_REQUIRED=0.9.1 +UPOWER_REQUIRED=0.9.5 MATE_DESKTOP_REQUIRED=1.9.0 dnl ---------------------------------------------------------------------------- |