summaryrefslogtreecommitdiffstats
path: root/cui/Library_cui.mk
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2018-08-26 17:22:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-27 08:47:49 +0200
commit2b5812e0191d43bff939274d88e7ec3ce02ce6cd (patch)
treef360e4740c06eb0d1fc33d3e087e578fcaf760e0 /cui/Library_cui.mk
parentdirectly use malloc/free in sal, instead of rtl_allocateMemory/etc (diff)
downloadcore-2b5812e0191d43bff939274d88e7ec3ce02ce6cd.tar.gz
core-2b5812e0191d43bff939274d88e7ec3ce02ce6cd.zip
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/Library_cui.mk')
-rw-r--r--cui/Library_cui.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk
index 7ae5435fd6ed..f2926cfe43d7 100644
--- a/cui/Library_cui.mk
+++ b/cui/Library_cui.mk
@@ -69,7 +69,7 @@ $(eval $(call gb_Library_use_externals,cui,\
icuuc \
icu_headers \
))
-ifeq ($(ENABLE_HEADLESS),)
+ifeq ($(DISABLE_GUI),)
$(eval $(call gb_Library_use_externals,cui,\
epoxy \
))