aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 12:50:40 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 12:50:40 +0300
commit0ebb5ee760ce7d34a89cd4ce65de4652c22abc3e (patch)
treef91cb391409aca15087e258a6d4087e8294189f8 /community
parent9d7fc509b4ebc56a481976498bf67bca4f448fa4 (diff)
downloadrepository-0ebb5ee760ce7d34a89cd4ce65de4652c22abc3e.tar.gz
mpd: use cl-meson
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/mpd/build5
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