summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-09-18 21:39:38 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-09-18 22:37:58 -0400
commit293413d13b620052bc795eef9387f0bd9a1846d7 (patch)
tree88595b79f58d679096d875a93b018b214cbb2fad /configure.ac
parent05dd2fb998de7e66345d39b0d34e03c84fe22470 (diff)
Diable orcus on cygwin, OS X, iOS and Android by default.
Change-Id: Ife2b2d00ba1439a10a61dca72a95e8cbcbd798eb
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 141d0e18d86b..93880f8c0792 100644
--- a/configure.ac
+++ b/configure.ac
@@ -443,6 +443,7 @@ cygwin*|interix*|mingw32*)
test_xrender=no
test_freetype=no
test_fontconfig=no
+ enable_orcus=no
_os=WINNT
DLLPOST=".dll"
@@ -482,6 +483,7 @@ darwin*) # Mac OS X or iOS
_os=Darwin
fi
enable_systray=no
+ enable_orcus=no
# See comment above the case "$host_os"
LINKFLAGSSHL="-dynamiclib -single_module"
@@ -574,6 +576,7 @@ linux-android*)
enable_opengl=no
enable_lpsolve=no
enable_report_builder=no
+ enable_orcus=no
with_theme="tango"
test_cups=no
test_dbus=no