summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-11-21 08:42:18 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-11-21 08:45:29 +0100
commit7855aef5a5abea4c3c5630da042c868c59c5ace4 (patch)
tree29d24434e623b5642497a5152e54fc91ae507066 /configure.ac
parente8f1df149e88ab494db4d32818ba9420d941208a (diff)
we use gtk only for unix gui
Change-Id: Id783d15cd18a101ef137df0bbf59e472d4a0a490
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 2937e9ce66c0..a121719b5e28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=""