summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_odfimport.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-13 11:16:19 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-13 11:16:19 +0300
commita872bd46f0961d0e931e218cad19f407938ff622 (patch)
treecedb21355b3e061a818ff986dedea8ee908bcf05 /sw/CppunitTest_sw_odfimport.mk
parent32bbc8d9d84e56ef0dbc34b2a6f3057e3274a357 (diff)
ENABLE_HEADLESS is TRUE or empty
Change-Id: Ic1c05e781dfb858fc490a30e91b0aaf7ec63b3cc
Diffstat (limited to 'sw/CppunitTest_sw_odfimport.mk')
-rw-r--r--sw/CppunitTest_sw_odfimport.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_odfimport.mk b/sw/CppunitTest_sw_odfimport.mk
index ee565568b431..723ba25498de 100644
--- a/sw/CppunitTest_sw_odfimport.mk
+++ b/sw/CppunitTest_sw_odfimport.mk
@@ -75,7 +75,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfimport,\
unoxml/source/service/unoxml \
uui/util/uui \
$(if $(filter-out MACOSX WNT,$(OS)), \
- $(if $(filter-out TRUE,$(ENABLE_HEADLESS)), \
+ $(if $(ENABLE_HEADLESS),, \
vcl/vcl.unx \
) \
) \