aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2014-10-10 09:12:22 -0400
committerTed Hess <thess@kitschensync.net>2014-10-10 09:12:22 -0400
commit13ddb6bedcce3a8cb4b52e0fc89ca5ff1c12990d (patch)
tree75053818f0e878ce6595af749dd6f7d334173abc
parent5291d127a4ef5c248eeab7bf8b969ca2a1949082 (diff)
libmpdclient: Remove doxygen dependency, cleanup Makefile
Signed-off-by: Ted Hess <thess@kitschensync.net>
-rw-r--r--libs/libmpdclient/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/libs/libmpdclient/Makefile b/libs/libmpdclient/Makefile
index a747b8fcb..0a2342295 100644
--- a/libs/libmpdclient/Makefile
+++ b/libs/libmpdclient/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libmpdclient
PKG_VERSION:=2.9
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.musicpd.org/download/libmpdclient/2/
@@ -28,7 +28,6 @@ define Package/libmpdclient
SECTION:=libs
CATEGORY:=Libraries
URL:=http://mpd.wikia.com/wiki/ClientLib:libmpdclient
- DEPENDS:=
endef
define Package/libmpdclient/description
@@ -37,10 +36,10 @@ endef
TARGET_CFLAGS+="-std=gnu99"
-#TARGET_LDFLAGS+=-lpthread
-
define Build/Configure
- $(call Build/Configure/Default)
+ $(call Build/Configure/Default, \
+ --disable-documentation \
+ )
endef
define Build/InstallDev