From 11c14101a24d456e71c35bccd49114ca2aa7e269 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 8 Oct 2019 09:34:21 +0200 Subject: update help text of --disable-gui Change-Id: Idd01b11acee3683bbc3d81d0c2ccf8be6c4fbb69 Reviewed-on: https://gerrit.libreoffice.org/80428 Reviewed-by: Rene Engelhard Tested-by: Rene Engelhard --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8a8b4ba3bf1c..5d90f3e2d7d6 100644 --- a/configure.ac +++ b/configure.ac @@ -1273,10 +1273,7 @@ AC_ARG_ENABLE(gtk3_kde5, AC_ARG_ENABLE(gui, AS_HELP_STRING([--disable-gui], - [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.]), + [Disable use of X11 or Wayland to reduce dependencies (e.g. for building LibreOfficeKit).]), ,enable_gui=yes) libo_FUZZ_ARG_ENABLE(randr, -- cgit