[Libreoffice-commits] core.git: configure.ac
Riccardo Magliocchetti
riccardo.magliocchetti at gmail.com
Mon May 6 01:32:40 PDT 2013
configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2ac38d1eac981a411f89b666c6f72aef88fa1f73
Author: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>
Date: Mon May 6 10:31:32 2013 +0200
configure: with --enable-headless disable opengl by default
Change-Id: Ia09d30c7ffe6b8597c6b23921feed07151aab04c
diff --git a/configure.ac b/configure.ac
index 0be1aa4..af43cac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9641,6 +9641,8 @@ if test -z "$enable_opengl"; then
# As such with some suitable minor tweaks the Mac OpenGL transitions code would presumably
# build fine for iOS, too, but let's leave that for later
enable_opengl=no
+ elif test "$enable_headless" = "yes"; then
+ enable_opengl=no
else
enable_opengl=yes
fi
More information about the Libreoffice-commits
mailing list