summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2015-08-28 14:02:28 +0200
committerRene Engelhard <rene@debian.org>2015-08-28 14:02:28 +0200
commitf390174847c955d34db0f7753887cc1ce1b4df9d (patch)
tree03290aab552c3168ef59278af540774e3ddc15f2
parentd31ce1157a2edf8c966abcd5000b0adf44178aae (diff)
Revert "bump gtk check to gtk+-3.0 >= 3.8"libreoffice-5-0-1
This reverts commit d31ce1157a2edf8c966abcd5000b0adf44178aae. Wrong branch..
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 02e8c7f7c146..e77c5986889a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9895,7 +9895,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.8 gtk+-unix-print-3.0 gmodule-no-export-2.0 cairo, ENABLE_GTK3="TRUE", ENABLE_GTK3="")
+ 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="")
if test "x$ENABLE_GTK3" = "xTRUE"; then
R="gtk3"
else