From c80c6b5694bd14367e898f659e82013167fc7d97 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 20 Nov 2016 20:24:35 +0100 Subject: [PATCH] add missing dep Change-Id: I0d2a2c32d99ee11e63a2363f8a17bd4efd72cc22 --- sfx2/CppunitTest_sfx2_classification.mk | 4 ++++ 1 file changed, 4 insertions(+) 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: