diff options
Diffstat (limited to 'canvas/Library_canvastools.mk')
-rw-r--r-- | canvas/Library_canvastools.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/canvas/Library_canvastools.mk b/canvas/Library_canvastools.mk index 32f6ff5037f4..dc424edde0e0 100644 --- a/canvas/Library_canvastools.mk +++ b/canvas/Library_canvastools.mk @@ -55,15 +55,14 @@ $(eval $(call gb_Library_add_defs,canvastools,\ endif $(eval $(call gb_Library_add_linked_libs,canvastools,\ - sal \ - stl \ - cppu \ basegfx \ - cppuhelper \ comphelper \ - vcl \ + cppu \ + cppuhelper \ + sal \ tk \ tl \ + vcl \ $(gb_STDLIBS) \ )) |