svx/Library_svxcore.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 85bafd7abedbfc642309f0af850aede68000dba1
Author: Zolnai Tamás <[email protected]>
Date:   Fri Mar 21 15:21:28 2014 +0100

    Fix android build
    
    Change-Id: Iee1d84e428a27917bbaaf0df95763794e9b4cca6

diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 0aaa506..b3c3521 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -75,7 +75,7 @@ $(eval $(call gb_Library_use_libraries,svxcore,\
     utl \
     vcl \
     xo \
-    vclopengl \
+    $(if $(filter FREEBSD LINUX MACOSX WNT,$(OS)),vclopengl) \
        $(gb_UWINAPI) \
 ))
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to