mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:09:21 +02:00
ncmpc: use ICONV notation
This commit is contained in:
parent
5bc92284f6
commit
4d84a5ebe5
@ -17,23 +17,20 @@ PKG_SOURCE_URL:=http://downloads.sourceforge.net/musicpd/
|
|||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
TARGET_CFLAGS+= \
|
TARGET_CFLAGS+= \
|
||||||
-I$(STAGING_DIR)/usr/lib/libintl/include \
|
|
||||||
-I$(STAGING_DIR)/usr/libiconv/include \
|
|
||||||
-std=gnu99
|
-std=gnu99
|
||||||
|
|
||||||
TARGET_LDFLAGS+= \
|
TARGET_LDFLAGS+= \
|
||||||
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
-L$(STAGING_DIR)/usr/lib/libintl/lib \
|
|
||||||
-L$(STAGING_DIR)/usr/lib/libiconv/lib
|
|
||||||
|
|
||||||
define Package/ncmpc
|
define Package/ncmpc
|
||||||
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
||||||
TITLE:=ncmpc
|
TITLE:=ncmpc
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libncurses +libintl +libiconv +libmpdclient
|
DEPENDS:=+libncursesw $(ICONV_DEPENDS) $(INTL_DEPENDS) +libmpdclient
|
||||||
URL:=http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki
|
URL:=http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user