diff options
author | Max Kellermann <max@duempel.org> | 2014-02-23 19:27:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-24 20:39:37 +0100 |
commit | 33fc3af775ca35ae343a4e50de36e8853cabb86d (patch) | |
tree | bfa5312e28ae2e62ecb167436ccb62a70250bd0a /android | |
parent | 6d9739165eaf3d81e00f60124cfc48aba509a9a6 (diff) | |
download | mpd-33fc3af775ca35ae343a4e50de36e8853cabb86d.tar.gz mpd-33fc3af775ca35ae343a4e50de36e8853cabb86d.tar.xz mpd-33fc3af775ca35ae343a4e50de36e8853cabb86d.zip |
SongSort, ...: use libicu instead of GLib's g_utf8_*()
Diffstat (limited to 'android')
-rwxr-xr-x | android/build.py | 1 |
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', |