[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at collabora.com
Sun Feb 19 07:24:48 UTC 2017
configure.ac | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
New commits:
commit 6ec1c0e803d52ff3ef28251b9e411f5f598b42d5
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Feb 19 09:22:30 2017 +0200
Make it even more clear that --disable-gui is not what you want
Yesterday, a misgiuded person on IRC had thought that --disable-gui
would be useful (or even needed?) to experiment with LibreOfficd
Online.
Change-Id: I1d7ac30bfaec7fed6b297fd732a1d94324a76cef
diff --git a/configure.ac b/configure.ac
index 1a484d0..a0e50aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1318,9 +1318,10 @@ AC_ARG_ENABLE(kde4,
libo_FUZZ_ARG_ENABLE(gui,
AS_HELP_STRING([--disable-gui],
- [Disable X11/Wayland support to reduce dependencies. Maybe useful for
- headless servers, but soffice --headless works just fine without it.
- Work in progress, use only if you are hacking on it.]),
+ [Disable use of X11 or Wayland to reduce dependencies. Not related to the --headless
+ command-line option. Not related to LibreOffice Online functionality. Don't use
+ unless you are certain you need to. Nobody will help you if you insist on trying
+ this and run into problems.]),
,test "${enable_gui+set}" = set || enable_gui=yes)
libo_FUZZ_ARG_ENABLE(randr,
More information about the Libreoffice-commits
mailing list