[Libreoffice-commits] core.git: svx/Library_svxcore.mk

Zolnai Tamás tamas.zolnai at collabora.com
Fri Mar 21 07:23:04 PDT 2014


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

New commits:
commit 85bafd7abedbfc642309f0af850aede68000dba1
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
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) \
 ))
 


More information about the Libreoffice-commits mailing list