[Libreoffice-commits] core.git: sw/CppunitTest_sw_odfimport.mk
Tor Lillqvist
tml at collabora.com
Sun Oct 13 01:16:53 PDT 2013
sw/CppunitTest_sw_odfimport.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a872bd46f0961d0e931e218cad19f407938ff622
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Oct 13 11:16:19 2013 +0300
ENABLE_HEADLESS is TRUE or empty
Change-Id: Ic1c05e781dfb858fc490a30e91b0aaf7ec63b3cc
diff --git a/sw/CppunitTest_sw_odfimport.mk b/sw/CppunitTest_sw_odfimport.mk
index ee56556..723ba25 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 \
) \
) \
More information about the Libreoffice-commits
mailing list