[Libreoffice-commits] core.git: ios/CustomTarget_iOS_setup.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Mar 11 21:34:13 UTC 2019
ios/CustomTarget_iOS_setup.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6088eeb6ea1c92be96418116556e32de6d33d038
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Mar 11 17:16:20 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Mar 11 23:33:33 2019 +0200
We need share/theme_definitions in the iOS app
Change-Id: I460a71f363eb3b7f89786b8bd02f4b8f9521f4c7
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index e651dd63f5bb..faf8d25bf629 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -67,6 +67,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
cp -R $(INSTDIR)/share/registry $(IOSRES)
cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config
cp -R $(INSTDIR)/share/liblangtag $(IOSRES)/share
+ cp -R $(INSTDIR)/share/theme_definitions $(IOSRES)/share
mkdir -p $(IOSRES)/share/fonts/truetype
cp $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype
cp $(SRCDIR)/ios/welcome.odt $(IOSRES)
More information about the Libreoffice-commits
mailing list