summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2015-08-28 13:55:53 +0200
committerAndras Timar <andras.timar@collabora.com>2015-10-17 23:22:13 +0200
commitdb4d1e66a8d6a90968d3a7903d5766a5366871a9 (patch)
treea1959245eb6e604d988caedc1676056fdaf4b35f /configure.ac
parentdeb system integration postinst and postrm scripts are not needed here (diff)
downloadcore-db4d1e66a8d6a90968d3a7903d5766a5366871a9.tar.gz
core-db4d1e66a8d6a90968d3a7903d5766a5366871a9.zip
bump gtk check to gtk+-3.0 >= 3.8
Needed since 2ce903c7b2d67a46c2fe2755cfaa66d98f2eddf2 Conflicts: configure.ac Change-Id: I589e782baae0bd4d5906b97c371cad587aaf5c94 (cherry picked from commit 8d5fda8e7bb043c762b3f9c7169b90c3ee8b6832)
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 4c00d32bf48e..6ec22c2aa32e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9907,7 +9907,7 @@ if test "x$enable_gtk3" = "xyes"; then
AC_MSG_ERROR([System cairo required for gtk3 support, do not combine --enable-gtk3 with --without-system-cairo])
fi
: ${with_system_cairo:=yes}
- PKG_CHECK_MODULES(GTK3, gtk+-3.0 >= 3.2 gtk+-unix-print-3.0 gmodule-no-export-2.0 cairo, ENABLE_GTK3="TRUE", ENABLE_GTK3="")
+ PKG_CHECK_MODULES(GTK3, gtk+-3.0 >= 3.8 gtk+-unix-print-3.0 gmodule-no-export-2.0 cairo, ENABLE_GTK3="TRUE", ENABLE_GTK3="")
if test "x$ENABLE_GTK3" = "xTRUE"; then
R="gtk3"
else