diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2018-08-26 17:22:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-27 08:47:49 +0200 |
commit | 2b5812e0191d43bff939274d88e7ec3ce02ce6cd (patch) | |
tree | f360e4740c06eb0d1fc33d3e087e578fcaf760e0 /emfio | |
parent | e6f4779de8fea16931967ce206439c5780d46125 (diff) |
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 'emfio')
-rw-r--r-- | emfio/CppunitTest_emfio_wmf_test.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emfio/CppunitTest_emfio_wmf_test.mk b/emfio/CppunitTest_emfio_wmf_test.mk index 82af839c3886..f411022b46e8 100644 --- a/emfio/CppunitTest_emfio_wmf_test.mk +++ b/emfio/CppunitTest_emfio_wmf_test.mk @@ -85,7 +85,7 @@ $(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ icuuc \ lcms2 \ )) -ifeq ($(ENABLE_HEADLESS),) +ifeq ($(DISABLE_GUI),) $(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ epoxy \ )) @@ -119,7 +119,7 @@ $(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ )) endif -ifeq ($(ENABLE_HEADLESS),TRUE) +ifeq ($(DISABLE_GUI),TRUE) $(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ cairo \ freetype \ |