summaryrefslogtreecommitdiff
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-18 14:12:08 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-25 07:25:46 +0000
commitc29ea22b899f24dab3eecce9df8c70544f044e1b (patch)
tree83c000b95f9863a938facc96b75d7e65e7e2b127 /vcl/Module_vcl.mk
parentedb9ef41f29bf3477b8985ee409ce2d22214e63f (diff)
Replace GUIBASE with USING_X11
That's what it actually means. Also make it a boolean Change-Id: I249e18351253b34b5dada28e2a9c6bc0c06b730c Reviewed-on: https://gerrit.libreoffice.org/18688 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 1d54172c3d72..607d13edf74d 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -46,7 +46,7 @@ $(eval $(call gb_Module_add_l10n_targets,vcl,\
UIConfig_vcl \
))
-ifeq ($(GUIBASE),unx)
+ifeq ($(USING_X11),TRUE)
$(eval $(call gb_Module_add_targets,vcl,\
Library_vclplug_gen \
Library_desktop_detector \
@@ -105,7 +105,7 @@ $(eval $(call gb_Module_add_check_targets,vcl,\
))
-ifeq ($(GUIBASE),unx)
+ifeq ($(USING_X11),TRUE)
$(eval $(call gb_Module_add_check_targets,vcl,\
CppunitTest_vcl_timer \
))