diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-11 22:37:16 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-11 23:05:12 -0500 |
commit | 662c49c020420a878f8feb488ff9b0dc3c0d8a9f (patch) | |
tree | e072a0ab801118775b07c595a324c000053b7794 /slideshow | |
parent | d0ed4ca4715797d2b9d6455ddee7c7851cd3acd5 (diff) |
sd and slideshow depend on animations' api
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/Library_slideshow.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk index 7095e59cb93a..cb7a8e089796 100644 --- a/slideshow/Library_slideshow.mk +++ b/slideshow/Library_slideshow.mk @@ -49,6 +49,7 @@ $(eval $(call gb_Library_add_defs,slideshow,\ endif $(eval $(call gb_Library_add_api,slideshow,\ + animations \ offapi \ udkapi \ )) |