diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-09-15 01:46:09 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-09-15 01:46:09 +0300 |
| commit | 16e57aaf987d3f2605cedd965f3c8b2aab83d3c7 (patch) | |
| tree | 3d37d9ed285445f02bab1787a7241e4351eb5712 | |
| parent | f3a50ad8622ce0dd1f255d97fa4e3afaef146521 (diff) | |
| download | repository-16e57aaf987d3f2605cedd965f3c8b2aab83d3c7.tar.gz | |
mpd: enable auto features
| -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 6f7d0bde..209ceef4 100755 --- a/community/mpd/build +++ b/community/mpd/build @@ -3,6 +3,7 @@ export DESTDIR="$1" cl-meson \ + --auto-features=auto \ -Dlibmpdclient=disabled \ . output |
