summaryrefslogtreecommitdiff
path: root/package/mpd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-18 11:37:40 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-18 11:37:40 +0200
commit207248e837badc05ba0d1e6fb0f3fb77b4fd8a34 (patch)
tree890ede82bb7ad22c79ccbbd690b03f84fe8b0b58 /package/mpd/Makefile
parentd579cd4a819aa5e0e6fa9dccd4e2ea6104a57815 (diff)
parent94e55c5b6cb493d9467686088a7b159322eeda5f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/mpd/Makefile')
-rw-r--r--package/mpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile
index c14529ab5..2d97f9f0b 100644
--- a/package/mpd/Makefile
+++ b/package/mpd/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= mpd
PKG_VERSION:= 0.17.6
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= d0da6a6a1d9cf1e8710b6082f6ef7849
PKG_DESCR:= A music player daemon
PKG_SECTION:= multimedia
@@ -120,6 +120,7 @@ CONFIGURE_ARGS+= --disable-httpd-output \
--disable-sqlite \
--disable-mpg123 \
--disable-soundcloud \
+ --enable-inotify \
--with-zeroconf=no
ifneq (${ADK_PACKAGE_MPD_WITH_ALSA},)