diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-05-31 14:02:40 -0400 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-05-31 14:02:40 -0400 |
commit | 52b6ef7b96aa4ededb49284d9f3d84de6eda313f (patch) | |
tree | 42237b9e0453048b6ea40c6674795d89d698a87f | |
parent | 3578bb3ac7407a051e26797043e7c3089f92d438 (diff) | |
download | ayatana-ido-52b6ef7b96aa4ededb49284d9f3d84de6eda313f.tar.gz ayatana-ido-52b6ef7b96aa4ededb49284d9f3d84de6eda313f.tar.bz2 ayatana-ido-52b6ef7b96aa4ededb49284d9f3d84de6eda313f.zip |
Bump glib and gtk dependencies
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 4b6591f..706919f 100644 --- a/configure.ac +++ b/configure.ac @@ -79,11 +79,11 @@ AC_FUNC_MMAP AC_CHECK_FUNCS([memset munmap strcasecmp strdup]) AC_CHECK_LIBM -GLIB_REQUIRED_VERSION=2.32.0 -GTK_REQUIRED_VERSION=3.4.0 +GIO_REQUIRED_VERSION=2.37.0 +GTK_REQUIRED_VERSION=3.8.2 PKG_CHECK_MODULES(GTK,[gtk+-3.0 >= $GTK_REQUIRED_VERSION - glib-2.0 >= $GLIB_REQUIRED_VERSION]) + gio-2.0 >= $GIO_REQUIRED_VERSION]) AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) diff --git a/debian/control b/debian/control index c706502..f9f385b 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), libx11-dev, libgtest-dev, libglib2.0-dev (>=2.14.0), - libgtk-3-dev (>= 3.0), + libgtk-3-dev (>= 3.8.2-0ubuntu2), gtk-doc-tools, gobject-introspection, libgirepository1.0-dev, @@ -45,7 +45,7 @@ Depends: ${shlibs:Depends}, libido3-0.1-0 (= ${binary:Version}), pkg-config, libglib2.0-dev (>=2.14.0), - libgtk-3-dev (>= 3.0), + libgtk-3-dev (>= 3.8.2-0ubuntu2), Description: Shared library providing extra gtk menu items for display in system indicators . |