diff options
author | David Tardon <dtardon@redhat.com> | 2016-11-20 20:24:35 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-11-21 09:44:42 +0100 |
commit | c80c6b5694bd14367e898f659e82013167fc7d97 (patch) | |
tree | 0ba91f747c0d49bd4aba8422d777419233d173ee /sfx2 | |
parent | 6750aa27e5d94a7d372fec9dc346b1c5940a0bfe (diff) |
add missing dep
Change-Id: I0d2a2c32d99ee11e63a2363f8a17bd4efd72cc22
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/CppunitTest_sfx2_classification.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/CppunitTest_sfx2_classification.mk b/sfx2/CppunitTest_sfx2_classification.mk index 2e691cc4b664..1bdc56c5f558 100644 --- a/sfx2/CppunitTest_sfx2_classification.mk +++ b/sfx2/CppunitTest_sfx2_classification.mk @@ -42,4 +42,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sfx2_classification,\ svx \ )) +$(eval $(call gb_CppunitTest_use_packages,sfx2_classification,\ + sfx2_classification \ +)) + # vim: set noet sw=4 ts=4: |