summaryrefslogtreecommitdiff
path: root/mpd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'mpd/Pkgfile')
-rw-r--r--mpd/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpd/Pkgfile b/mpd/Pkgfile
index 2c2a1ee86..2e348536b 100644
--- a/mpd/Pkgfile
+++ b/mpd/Pkgfile
@@ -15,7 +15,8 @@ build() {
meson build \
--prefix=/usr \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ -Dmpcdec=disabled
ninja -C build -j ${JOBS-1}
DESTDIR=$PKG meson install -C build

Generated by cgit