summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-11 17:16:20 +0200
committerTor Lillqvist <tml@collabora.com>2019-03-11 17:16:20 +0200
commitc074ef82352c70f38d797eefbd72783ac3346f25 (patch)
treea2dda4f2bb783c895baa6f3888e52fc40c8c7a6d
parent8a74c84622dc8258d8741e29378ce5a919ad1330 (diff)
We need share/theme_definitions in the iOS app
Change-Id: I460a71f363eb3b7f89786b8bd02f4b8f9521f4c7
-rw-r--r--ios/CustomTarget_iOS_setup.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 2501ebecee53..aaeaa5c1cc41 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -48,6 +48,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
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