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 --- desktop/Module_desktop.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/Module_desktop.mk') diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk index 086e51e6ea26..dfb9542a6401 100644 --- a/desktop/Module_desktop.mk +++ b/desktop/Module_desktop.mk @@ -20,7 +20,7 @@ $(eval $(call gb_Module_add_targets,desktop,\ $(if $(ENABLE_BREAKPAD), \ Library_crashreport \ ) \ - $(if $(ENABLE_HEADLESS),,Library_spl) \ + $(if $(DISABLE_GUI),,Library_spl) \ Package_branding \ $(if $(CUSTOM_BRAND_DIR),Package_branding_custom) \ UIConfig_deployment \ -- cgit