aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-01-29 11:50:13 -0600
committerCharles Kerr <charles.kerr@canonical.com>2013-01-29 11:50:13 -0600
commit82b3dc0d5c08a789641eeb475d393ceb82c0b959 (patch)
tree9f14d373b7a9521f1f50ea2b89af0c2e8cd8a8f4
parentfc8b73e958822e33c7dd8e3034bfdcc6addfe464 (diff)
downloadlibayatana-appindicator-82b3dc0d5c08a789641eeb475d393ceb82c0b959.tar.gz
libayatana-appindicator-82b3dc0d5c08a789641eeb475d393ceb82c0b959.tar.bz2
libayatana-appindicator-82b3dc0d5c08a789641eeb475d393ceb82c0b959.zip
raise gtk+ minimum to 2.35.4 because we no longer use g_type_init()
-rw-r--r--configure.ac2
-rw-r--r--debian/control1
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index db9d859..d131c9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
GTK_REQUIRED_VERSION=2.18
GTK3_REQUIRED_VERSION=2.91
-GLIB_REQUIRED_VERSION=2.26
+GLIB_REQUIRED_VERSION=2.35.4
GIO_REQUIRED_VERSION=2.26
INDICATOR_REQUIRED_VERSION=0.4.93
DBUSMENUGTK_REQUIRED_VERSION=0.5.90
diff --git a/debian/control b/debian/control
index a06d8b4..04851eb 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Build-Depends: debhelper (>= 9),
xvfb,
valac-0.16,
mono-devel (>= 2.4.3),
+ libglib2.0-dev (>= 2.35.4),
libgtk-3-dev (>= 2.91.3),
libgtk2.0-dev (>= 2.12.0),
python-gtk2-dev,