summaryrefslogtreecommitdiffstats
path: root/vcl/Library_vclplug_win.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/Library_vclplug_win.mk')
-rw-r--r--vcl/Library_vclplug_win.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/Library_vclplug_win.mk b/vcl/Library_vclplug_win.mk
index 2e169ded83e7..057c6506c17a 100644
--- a/vcl/Library_vclplug_win.mk
+++ b/vcl/Library_vclplug_win.mk
@@ -104,6 +104,8 @@ $(eval $(call gb_Library_add_nativeres,vclplug_win,vcl/salsrc))
# HACK: dependency on icon themes so running unit tests don't
# prevent delivering these by having open file handles on WNT
+ifeq ($(gb_Side),host)
$(eval $(call gb_Library_use_package,vclplug_win,postprocess_images))
+endif
# vim: set noet sw=4 ts=4: