Kaydet (Commit) 0f4ce1e2 authored tarafından Rene Engelhard's avatar Rene Engelhard

bump gtk check to gtk+-3.0 >= 3.8

Needed since 2ce903c7

Change-Id: I589e782baae0bd4d5906b97c371cad587aaf5c94
üst 3706003a
...@@ -9984,7 +9984,7 @@ if test "x$enable_gtk3" = "xyes"; then ...@@ -9984,7 +9984,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]) AC_MSG_ERROR([System cairo required for gtk3 support, do not combine --enable-gtk3 with --without-system-cairo])
fi fi
: ${with_system_cairo:=yes} : ${with_system_cairo:=yes}
PKG_CHECK_MODULES(GTK3, gtk+-3.0 >= 3.2 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 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 glib-2.0 >= 2.38 cairo, ENABLE_GTK3="TRUE", ENABLE_GTK3="")
if test "x$ENABLE_GTK3" = "xTRUE"; then if test "x$ENABLE_GTK3" = "xTRUE"; then
R="gtk3" R="gtk3"
else 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