Kaydet (Commit) db4d1e66 authored tarafından Rene Engelhard's avatar Rene Engelhard Kaydeden (comit) Andras Timar

bump gtk check to gtk+-3.0 >= 3.8

Needed since 2ce903c7

Conflicts:
	configure.ac

Change-Id: I589e782baae0bd4d5906b97c371cad587aaf5c94
(cherry picked from commit 8d5fda8e)
üst 707a2903
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment