[Libreoffice-commits] core.git: Branch 'feature/chart-opengl2' - chart2/Library_chartopengl.mk

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Dec 23 19:38:44 PST 2013


 chart2/Library_chartopengl.mk |   14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

New commits:
commit ddd174dd1b0cb0b27580bf335ade1ebf76ae7287
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Dec 24 04:37:42 2013 +0100

    blind fix for reported Windows build error
    
    Change-Id: Ia106f5b1ec5177099c098390ece7fda1a478078c

diff --git a/chart2/Library_chartopengl.mk b/chart2/Library_chartopengl.mk
index 2532fc3..aa4a77e 100644
--- a/chart2/Library_chartopengl.mk
+++ b/chart2/Library_chartopengl.mk
@@ -31,11 +31,23 @@ $(eval $(call gb_Library_use_externals,chartopengl,\
 ))
 
 $(eval $(call gb_Library_use_libraries,chartopengl,\
+    basegfx \
     chartcore \
+    comphelper \
     cppu \
     cppuhelper \
+    drawinglayer \
+    editeng \
+    fwe \
+    i18nlangtag \
     sal \
-	svxcore \
+    sfx \
+    svl \
+    svt \
+    svxcore \
+    tl \
+    ucbhelper \
+    utl \
     vcl \
     $(gb_UWINAPI) \
 ))


More information about the Libreoffice-commits mailing list