diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 12:50:40 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 12:50:40 +0300 |
commit | 0ebb5ee760ce7d34a89cd4ce65de4652c22abc3e (patch) | |
tree | f91cb391409aca15087e258a6d4087e8294189f8 /community/mpd | |
parent | 9d7fc509b4ebc56a481976498bf67bca4f448fa4 (diff) | |
download | repository-0ebb5ee760ce7d34a89cd4ce65de4652c22abc3e.tar.gz |
mpd: use cl-meson
Diffstat (limited to 'community/mpd')
-rwxr-xr-x | community/mpd/build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/community/mpd/build b/community/mpd/build index d6db78ae..6f7d0bde 100755 --- a/community/mpd/build +++ b/community/mpd/build @@ -2,10 +2,7 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ +cl-meson \ -Dlibmpdclient=disabled \ . output |