aboutsummaryrefslogtreecommitdiffstats
path: root/android/build.py
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-23 19:27:08 +0100
committerMax Kellermann <max@duempel.org>2014-02-24 20:39:37 +0100
commit33fc3af775ca35ae343a4e50de36e8853cabb86d (patch)
treebfa5312e28ae2e62ecb167436ccb62a70250bd0a /android/build.py
parent6d9739165eaf3d81e00f60124cfc48aba509a9a6 (diff)
downloadmpd-33fc3af775ca35ae343a4e50de36e8853cabb86d.tar.gz
mpd-33fc3af775ca35ae343a4e50de36e8853cabb86d.tar.xz
mpd-33fc3af775ca35ae343a4e50de36e8853cabb86d.zip
SongSort, ...: use libicu instead of GLib's g_utf8_*()
Diffstat (limited to 'android/build.py')
-rwxr-xr-xandroid/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/build.py b/android/build.py
index 090d47769..5898d0f91 100755
--- a/android/build.py
+++ b/android/build.py
@@ -319,6 +319,7 @@ configure = [
'--enable-silent-rules',
'--disable-glib',
+ '--disable-icu',
# disabled for now because these features require GLib:
'--disable-database',