summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_dialogs_test.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-11-20 13:38:30 +0100
committerDavid Tardon <dtardon@redhat.com>2016-11-21 09:44:41 +0100
commit938dc595a2c1598e73c112150e1abb848dac4453 (patch)
tree2e021fe2ac352d75b026e135b72e897eb28db853 /sw/CppunitTest_sw_dialogs_test.mk
parentb55d17471f73b843943269c6cbd30f99995d8354 (diff)
add missing dep
Change-Id: I518d86870a0970672d618379a6f965c69c04759d
Diffstat (limited to 'sw/CppunitTest_sw_dialogs_test.mk')
-rw-r--r--sw/CppunitTest_sw_dialogs_test.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_dialogs_test.mk b/sw/CppunitTest_sw_dialogs_test.mk
index af26da32e394..6be014b8a13b 100644
--- a/sw/CppunitTest_sw_dialogs_test.mk
+++ b/sw/CppunitTest_sw_dialogs_test.mk
@@ -73,4 +73,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_dialogs_test,\
modules/swriter \
))
+$(eval $(call gb_CppunitTest_use_packages,sw_dialogs_test,\
+ extras_palettes \
+))
+
# vim: set noet sw=4 ts=4: