summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-09-16 15:32:34 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:15:46 +0200
commit1a62e464cf1b88fde049bb857e513209b0134a2b (patch)
treecbdfeb98ce35c03b53ed0df551db21becd2bbebc /animations
parent360df63b633421f0d06f6c30e5ed9db3fa2016a5 (diff)
add missing deps on headers
Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e
Diffstat (limited to 'animations')
-rw-r--r--animations/Library_animcore.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/animations/Library_animcore.mk b/animations/Library_animcore.mk
index 1ff89b446e2d..013704d37a68 100644
--- a/animations/Library_animcore.mk
+++ b/animations/Library_animcore.mk
@@ -28,7 +28,10 @@
$(eval $(call gb_Library_Library,animcore))
-$(eval $(call gb_Library_use_package,animcore,animations_inc))
+$(eval $(call gb_Library_use_packages,animcore,\
+ animations_inc \
+ comphelper_inc \
+))
$(eval $(call gb_Library_set_componentfile,animcore,animations/source/animcore/animcore))