[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - configure.ac
Riccardo Magliocchetti
riccardo.magliocchetti at gmail.com
Thu May 9 01:48:06 PDT 2013
configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4a36c4544346cdf4d4133bdfc4b9b28e6a7d9743
Author: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>
Date: Mon May 6 22:25:25 2013 +0200
configure: with --enable-headless disable opengl by default
It makes no sense without a gui, one less one is forced to use
with --enable-headless
Issue fixed in master in 2ac38d1eac981a411f89b666c6f72aef88fa1f73
Change-Id: I28bd271ca1121070a331cd0a9b1d1ce823ce7c63
Reviewed-on: https://gerrit.libreoffice.org/3803
Reviewed-by: Jan Holesovsky <kendy at suse.cz>
Tested-by: Jan Holesovsky <kendy at suse.cz>
diff --git a/configure.ac b/configure.ac
index 89feb7f..9a89227 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4356,6 +4356,7 @@ if test "$enable_headless" = "yes"; then
enable_unix_qstart_libpng=no
enable_cairo_canvas=no
enable_gnome_vfs=no
+ enable_opengl=no
fi
dnl ===================================================================
More information about the Libreoffice-commits
mailing list