summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJustin Kim <justin.kim@collabora.com>2017-11-08 20:18:34 +0900
committerNirbheek Chauhan <nirbheek@centricular.com>2018-05-16 10:09:49 +0530
commit1a456a9f9c11d613aefcaeafb374bcac685536b1 (patch)
treee1270b6cd9091b52a1e994c774a2a3fb8db214b0 /packages
parentb205ed85e19e4d7e17af16249991b2f454579695 (diff)
Use proxy-libintl for Android and iOS
base-system: Remove gettext if Android or iOS gettext: Remove runtime_deps if Android or iOS glib: An option `--enable-proxy-libintl` is added to use proxy-libintl instead of gettext. libsoup: Do not check intl version in configure.ac https://bugzilla.gnome.org/show_bug.cgi?id=788273
Diffstat (limited to 'packages')
-rw-r--r--packages/base-system-1.0.package4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/base-system-1.0.package b/packages/base-system-1.0.package
index 89a3ce0d..71ad028e 100644
--- a/packages/base-system-1.0.package
+++ b/packages/base-system-1.0.package
@@ -23,9 +23,9 @@ class Package(custom.GStreamer, package.Package):
'mingw-runtime', 'bionic-fixup:libs'],
Platform.DARWIN: ['gettext:libs:lang', 'bionic-fixup:libs'],
Platform.LINUX: [],
- Platform.ANDROID: ['gettext:libs:lang', 'libiconv:libs:lang', 'gnustl',
+ Platform.ANDROID: ['proxy-libintl:libs:lang', 'libiconv:libs:lang', 'gnustl',
'bionic-fixup:libs'],
- Platform.IOS: ['gettext:libs:lang', 'bionic-fixup:libs']
+ Platform.IOS: ['proxy-libint:libs:lang', 'bionic-fixup:libs']
}
def prepare(self):