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 --- slideshow/Library_slideshow.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slideshow/Library_slideshow.mk') diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk index d7367458c3b0..d1526754a1fb 100644 --- a/slideshow/Library_slideshow.mk +++ b/slideshow/Library_slideshow.mk @@ -29,7 +29,7 @@ $(eval $(call gb_Library_set_precompiled_header,slideshow,$(SRCDIR)/slideshow/in $(eval $(call gb_Library_use_externals,slideshow,\ boost_headers \ )) -ifeq ($(ENABLE_HEADLESS),) +ifeq ($(DISABLE_GUI),) $(eval $(call gb_Library_use_externals,slideshow,\ epoxy \ )) -- cgit