mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 11:08:27 +02:00
remove BROKEN,add --without-mp3 by default
This commit is contained in:
parent
4ad9ef57fc
commit
760fbb19b9
@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/moc
|
||||
SECTION:=sound
|
||||
CATEGORY:=Sound
|
||||
DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis +libncurses +libiconv +alsa-utils +libid3tag +libflac @BROKEN
|
||||
DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis +libncurses +libiconv +alsa-utils +libid3tag +libflac
|
||||
TITLE:=Music On Console
|
||||
endef
|
||||
|
||||
@ -45,7 +45,7 @@ TARGET_LDFLAGS+= \
|
||||
-L$(STAGING_DIR)/usr/lib/libiconv/lib
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
$(call autoconf_bool,CONFIG_BUILD_PATENTED,mad) \
|
||||
--without-mp3 \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-debug
|
||||
|
Loading…
Reference in New Issue
Block a user