diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-19 14:51:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-19 14:51:44 +0200 |
commit | b85470bab1d3fbedc512e5a5c06a8642ee73ce1b (patch) | |
tree | cb326fdf5722ab5a50b19886348adc125dd23ba2 /sw | |
parent | f741a60511707989cfd6b2c3a56ded22ffdc5b67 (diff) |
Missing link deps
Change-Id: I6a96ffd9ab9b5deaed00cc857af30cd9d827d3c2
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_tox.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_tox.mk b/sw/CppunitTest_sw_tox.mk index 960e94be1ecf..25ab0fcdd799 100644 --- a/sw/CppunitTest_sw_tox.mk +++ b/sw/CppunitTest_sw_tox.mk @@ -19,18 +19,35 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_tox, \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_tox, \ + $(call gb_Helper_optional,AVMEDIA,avmedia) \ + basegfx \ comphelper \ cppu \ cppuhelper \ + drawinglayer \ editeng \ + i18nlangtag \ + i18nutil \ + lng \ sal \ + salhelper \ + sax \ + sb \ + sfx \ + sot \ + svl \ svt \ svx \ + svxcore \ test \ unotest \ vcl \ + tk \ tl \ + ucbhelper \ utl \ + xmlreader \ + xo \ $(gb_UWINAPI) \ )) @@ -40,6 +57,7 @@ $(eval $(call gb_CppunitTest_use_library_objects,sw_tox, \ $(eval $(call gb_CppunitTest_use_externals,sw_tox, \ boost_headers \ + icuuc \ libxml2 \ )) |