summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Plourde <frederic.plourde@collabora.com>2012-10-10 13:43:07 +0000
committerRoss Burton <ross.burton@intel.com>2012-10-10 16:31:52 +0100
commiteff37b6a98f56eeb328501ceed175c0c123cf1a8 (patch)
treec721a5d6497120b92171df34a2b3674e89cf3931 /configure.ac
parent9a256abf7ee11dbe91cef79f3bc002732f81c393 (diff)
Port to GTK+ 3.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fac53c5..401171c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ AM_CONDITIONAL(HAVE_GCONF, test -n "$GCONF_REQ")
dnl TODO: make gconf optional
-PKG_CHECK_MODULES(APP, [gtk+-2.0 $GCONF_REQ])
+PKG_CHECK_MODULES(APP, [gtk+-3.0 $GCONF_REQ])
dnl ------ XTest ------------------------------------------------------------