diff options
author | jan Iversen <jani@libreoffice.org> | 2017-09-02 17:23:23 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-09-03 18:20:52 +0200 |
commit | bc87d93787a5249759640a7af70846292758cd24 (patch) | |
tree | 3472aee729c022f1687925804c9cac7720bd3449 /svx | |
parent | 1abd3b0e00766a6674d965535bd18a4891bac06e (diff) |
iOS, avmedia lib not used
Change-Id: I13636250552211fa53039178851a64b9e2715cef
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svx.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |