libmpdclient: Remove doxygen dependency, cleanup Makefile
authorTed Hess <thess@kitschensync.net>
Fri, 10 Oct 2014 13:12:22 +0000 (09:12 -0400)
committerTed Hess <thess@kitschensync.net>
Fri, 10 Oct 2014 13:12:22 +0000 (09:12 -0400)
Signed-off-by: Ted Hess <thess@kitschensync.net>
libs/libmpdclient/Makefile

index a747b8fcbbe401784600e944b57607b19fa1ba41..0a23422959bc6133c9a1005ac3b5af7c02c306ff 100644 (file)
@@ -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