diff options
Diffstat (limited to 'canvas/Library_simplecanvas.mk')
-rw-r--r-- | canvas/Library_simplecanvas.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/canvas/Library_simplecanvas.mk b/canvas/Library_simplecanvas.mk index 831177f05f9e..5f1f2d760fb1 100644 --- a/canvas/Library_simplecanvas.mk +++ b/canvas/Library_simplecanvas.mk @@ -43,13 +43,12 @@ $(eval $(call gb_Library_add_defs,simplecanvas,\ endif $(eval $(call gb_Library_add_linked_libs,simplecanvas,\ - sal \ - stl \ - cppu \ basegfx \ - cppuhelper \ - comphelper \ canvastools \ + comphelper \ + cppu \ + cppuhelper \ + sal \ $(gb_STDLIBS) \ )) |