[PATCH libreoffice-4-0] configure: with --enable-headless disable opengl by default

Riccardo Magliocchetti (via Code Review) gerrit at gerrit.libreoffice.org
Mon May 6 14:16:45 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3803

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/03/3803/1

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
---
M configure.ac
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/configure.ac b/configure.ac
index 89feb7f..9a89227 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4356,6 +4356,7 @@
     enable_unix_qstart_libpng=no
     enable_cairo_canvas=no
     enable_gnome_vfs=no
+    enable_opengl=no
 fi
 
 dnl ===================================================================

-- 
To view, visit https://gerrit.libreoffice.org/3803
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I28bd271ca1121070a331cd0a9b1d1ce823ce7c63
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>



More information about the LibreOffice mailing list