diff options
-rw-r--r-- | sw/CppunitTest_sw_docbookexport.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_docbookexport.mk b/sw/CppunitTest_sw_docbookexport.mk index f8e080a1de74..d0c94720b3ee 100644 --- a/sw/CppunitTest_sw_docbookexport.mk +++ b/sw/CppunitTest_sw_docbookexport.mk @@ -52,4 +52,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_docbookexport,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_docbookexport)) +$(eval $(call gb_CppunitTest_use_packages,sw_docbookexport,\ + filter_docbook \ +)) + # vim: set noet sw=4 ts=4: |