[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - ios/CustomTarget_iOS_setup.mk
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 16 13:11:29 UTC 2019
ios/CustomTarget_iOS_setup.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5a1f9c7a5f71a07fea864e02df6c8c602e3371d6
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Apr 12 15:24:05 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Sep 16 15:10:52 2019 +0200
tdf#124449: We need also share/gallery for the iOS app
I wonder wheter we should just include all of instdir/share. Seems
that I have to add more and more of it all the time anyway. I don't
remember why I thought (many years ago) that an app would need just a
subset. (Maybe I thought that an app would not, at least not
initially, have functionality that would use most of the stuff in
shre. But that has changed now.)
Change-Id: I62f935e3ab9c4709373fad11ed120ecca033b4aa
Reviewed-on: https://gerrit.libreoffice.org/79007
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index f70f0ca78260..923e6546e5ba 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -69,6 +69,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
cp -R $(INSTDIR)/share/template $(IOSRES)/share
mkdir -p $(IOSRES)/share/fonts/truetype
cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts
+ cp -R $(INSTDIR)/share/gallery $(IOSRES)/share
cp $(SRCDIR)/ios/welcome.odt $(IOSRES)
# Set up rc (the "inifile", fundamentalrc, unorc, bootstraprc and versionrc.
More information about the Libreoffice-commits
mailing list