diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-01 10:33:30 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-01 10:33:30 +0100 |
commit | 8e3311042d8c78e2c0d2166a0c05fd471ccdec4b (patch) | |
tree | 0de4de5256e865f82e4b0bd110e609e8e6656c74 /community/mpd | |
parent | 7c6c091e584ea02ff65221fb4639ed456d621702 (diff) | |
download | repository-8e3311042d8c78e2c0d2166a0c05fd471ccdec4b.tar.gz |
mpd: disable icu
Diffstat (limited to 'community/mpd')
-rwxr-xr-x | community/mpd/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/mpd/build b/community/mpd/build index 209ceef4..ea133674 100755 --- a/community/mpd/build +++ b/community/mpd/build @@ -4,6 +4,7 @@ export DESTDIR="$1" cl-meson \ --auto-features=auto \ + -Dicu=disabled \ -Dlibmpdclient=disabled \ . output |