libmpd wants glib2
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Oct 2010 18:50:14 +0000 (18:50 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Oct 2010 18:50:14 +0000 (18:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23332 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libmpd/Makefile

index 6f2023a..56628e4 100644 (file)
@@ -26,6 +26,7 @@ TARGET_CFLAGS += $(FPIC)
 define Package/libmpd
   SECTION:=libs
   CATEGORY:=Libraries
+  DEPENDS:=+glib2
   TITLE:=Libmpd is an a library to easily connect to a mpd server
   URL:=http://gmpc.wikia.com/wiki/LIBMPD_RELEASES
 endef