Kaydet (Commit) a872bd46 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

ENABLE_HEADLESS is TRUE or empty

Change-Id: Ic1c05e781dfb858fc490a30e91b0aaf7ec63b3cc
üst 32bbc8d9
......@@ -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 \
) \
) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment