summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-02-22 02:08:26 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2019-02-22 02:08:26 +0530
commit84559b57185f6d379677aae18a8f1e7393362692 (patch)
tree4f966299f51aded34e4bbdd226593060e5596b2e /packages
parent23b86943666dfe6965978d7e73d51c7a6794a0ce (diff)
packages: Remove libiconv from Windows packaging
This glib dependency is not needed on Windows since glib uses its internal copy of iconv.
Diffstat (limited to 'packages')
-rw-r--r--packages/base-system-1.0.package2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/base-system-1.0.package b/packages/base-system-1.0.package
index 55e0a2ec..b19eb499 100644
--- a/packages/base-system-1.0.package
+++ b/packages/base-system-1.0.package
@@ -19,7 +19,7 @@ class Package(custom.GStreamer, package.Package):
'json-glib:bins:libs']
platform_files = {
- Platform.WINDOWS: ['proxy-libintl:libs:lang', 'libiconv:libs:lang', 'mingw-runtime'],
+ Platform.WINDOWS: ['proxy-libintl:libs:lang', 'mingw-runtime'],
Platform.DARWIN: ['proxy-libintl:libs:lang'],
Platform.LINUX: [],
Platform.ANDROID: ['proxy-libintl:libs:lang', 'libiconv:libs:lang', 'gnustl'],