summaryrefslogtreecommitdiff
path: root/fpicker/CppunitTest_fpicker_dialogs_test.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-11-19 21:53:20 +0100
committerDavid Tardon <dtardon@redhat.com>2016-11-21 09:44:39 +0100
commitbbb9264610a179720877b884060aeaed2008967b (patch)
tree784c22bea1bbed7f0e2715fb296cbb77ae3c8015 /fpicker/CppunitTest_fpicker_dialogs_test.mk
parentc87ecb0e18b11bc8ff4043ae17be097c73faf2d1 (diff)
add missing deps on ui files
Change-Id: I28bb2a33c02d8eadced584d3d3f2b62b2e847324
Diffstat (limited to 'fpicker/CppunitTest_fpicker_dialogs_test.mk')
-rw-r--r--fpicker/CppunitTest_fpicker_dialogs_test.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/fpicker/CppunitTest_fpicker_dialogs_test.mk b/fpicker/CppunitTest_fpicker_dialogs_test.mk
index 079f759a0d02..1bf3ae17a9c3 100644
--- a/fpicker/CppunitTest_fpicker_dialogs_test.mk
+++ b/fpicker/CppunitTest_fpicker_dialogs_test.mk
@@ -58,4 +58,8 @@ $(eval $(call gb_CppunitTest_use_rdb,fpicker_dialogs_test,services))
# $(eval $(call gb_CppunitTest_use_configuration,fpicker_dialogs_test))
$(eval $(call gb_CppunitTest_use_instdir_configuration,fpicker_dialogs_test))
+$(eval $(call gb_CppunitTest_use_uiconfigs,fpicker_dialogs_test,\
+ fps \
+))
+
# vim: set noet sw=4 ts=4: