From 2b5812e0191d43bff939274d88e7ec3ce02ce6cd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 26 Aug 2018 17:22:56 +0200 Subject: rename ENABLE_HEADLESS option to DISABLE_GUI since it has nothing to do with the headless command line option, so use the name it has in the configure.ac file Change-Id: Ibf0615ed02695d6e48a797f5632e4f417c010c70 Reviewed-on: https://gerrit.libreoffice.org/59611 Tested-by: Jenkins Reviewed-by: Noel Grandin --- RepositoryExternal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RepositoryExternal.mk') diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index fa19152cd6fb..6852ff356a9e 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -1220,7 +1220,7 @@ endif # ANDROID endif # SYSTEM_REDLAND -ifneq ($(USING_X11)$(ENABLE_CAIRO_CANVAS)$(ENABLE_HEADLESS),) # or +ifneq ($(USING_X11)$(ENABLE_CAIRO_CANVAS)$(DISABLE_GUI),) # or ifneq ($(SYSTEM_CAIRO),) -- cgit