diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-05 11:39:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-05 11:41:13 +0200 |
commit | 153ac5dc8fd15efff49c7e428ac6a3799aded0f4 (patch) | |
tree | c9dd8f5abfb63f4fcbaa4bf55523db395d0f962c /solenv | |
parent | c61cf21e0acb41e9b8268d80ebd16cf616a4636c (diff) |
Fix gb_CppunitTest__use_vcl dependencies
Regression introduced with 41c66312885393614c274897fd75a25c2ddf6ba0 "The 'svp'
'plug-in' library is empty so don't build it at all"
Change-Id: I534173372ee21e16c78693f60957706bbf61c1c8
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/CppunitTest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk index b64359861f34..15b5f8a22d18 100644 --- a/solenv/gbuild/CppunitTest.mk +++ b/solenv/gbuild/CppunitTest.mk @@ -174,7 +174,7 @@ $(call gb_CppunitTest_get_target,$(1)) : VCL := $(true) $(call gb_CppunitTest_get_target,$(1)) : $(call gb_Library_get_target,vclbootstrapprotector) ifeq ($(USING_X11),TRUE) $(call gb_CppunitTest_get_target,$(1)) : $(call gb_Library_get_target,desktop_detector) -$(call gb_CppunitTest_get_target,$(1)) : $(if $(filter $(2),$(true)), \ +$(call gb_CppunitTest_get_target,$(1)) : $(if $(filter $(2),$(true)),, \ $(call gb_Library_get_target,vclplug_gen) \ $(if $(ENABLE_GTK),$(call gb_Library_get_target,vclplug_gtk)) \ $(if $(ENABLE_GTK3),$(call gb_Library_get_target,vclplug_gtk3)) \ |