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

jan Iversen jani at libreoffice.org
Sun Sep 3 16:21:24 UTC 2017


 svx/Library_svx.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit bc87d93787a5249759640a7af70846292758cd24
Author: jan Iversen <jani at libreoffice.org>
Date:   Sat Sep 2 17:23:23 2017 +0200

    iOS, avmedia lib not used
    
    Change-Id: I13636250552211fa53039178851a64b9e2715cef

diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk
index d1c310fe29af..825b6c172487 100644
--- a/svx/Library_svx.mk
+++ b/svx/Library_svx.mk
@@ -41,7 +41,8 @@ $(eval $(call gb_Library_add_defs,svx,\
 $(eval $(call gb_Library_set_precompiled_header,svx,$(SRCDIR)/svx/inc/pch/precompiled_svx))
 
 $(eval $(call gb_Library_use_libraries,svx,\
-    avmedia\
+    $(if $(filter-out $(OS),IOS), \
+        avmedia) \
     basegfx \
     sb \
     comphelper \


More information about the Libreoffice-commits mailing list