aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2011-07-07 14:15:23 +0100
committerJavier Jardón <javier.jardon@codethink.co.uk>2011-07-07 14:15:23 +0100
commit864d4bdacb025df30b150ca18cca0cfc2c1abf0d (patch)
treeef34fe4185bc0218d367f196ec16cbc3a02aef75 /configure.ac
parent86e4b38345ab0659ca8c8cf8fb11ac75b4caa686 (diff)
downloadayatana-indicator-power-864d4bdacb025df30b150ca18cca0cfc2c1abf0d.tar.gz
ayatana-indicator-power-864d4bdacb025df30b150ca18cca0cfc2c1abf0d.tar.bz2
ayatana-indicator-power-864d4bdacb025df30b150ca18cca0cfc2c1abf0d.zip
configure.ac: We only support GTK+3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index e40e10f..02da6cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,16 +29,13 @@ LT_INIT
# Dependencies
###########################
-GLIB_REQUIRED_VERSION=2.28
-GIO_UNIX_REQUIRED_VERSION=2.28
-GTK_REQUIRED_VERSION=2.24
-GTK3_REQUIRED_VERSION=3.0
+GTK_REQUIRED_VERSION=3.0
INDICATOR_REQUIRED_VERSION=0.3.0
UPOWER_REQUIRED_VERSION=0.9.5
PKG_CHECK_MODULES([UPOWER],[upower-glib >= UPOWER_REQUIRED_VERSION])
PKG_CHECK_MODULES([INDICATOR],[
- gtk+-3.0 >= $GTK3_REQUIRED_VERSION
+ gtk+-3.0 >= $GTK_REQUIRED_VERSION
indicator3 >= $INDICATOR_REQUIRED_VERSION
])