Kaydet (Commit) 7855aef5 authored tarafından Luboš Luňák's avatar Luboš Luňák

we use gtk only for unix gui

Change-Id: Id783d15cd18a101ef137df0bbf59e472d4a0a490
üst e8f1df14
......@@ -9420,7 +9420,7 @@ AC_SUBST(GTK3_CFLAGS)
AC_SUBST(ENABLE_GTK3)
AC_MSG_CHECKING([which VCLplugs shall be built])
if test $_os = Darwin -o $_os = iOS -o $_os = Android -o "$enable_headless" = "yes"; then
if test "$GUIBASE" != "unx" -o "$enable_headless" = "yes"; then
enable_gtk=no
fi
ENABLE_GTK=""
......
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