mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 13:10:37 +02:00
stardict: use ICONV notation
This commit is contained in:
parent
c88e1ca0c3
commit
80909bcdcc
@ -18,6 +18,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/stardict/Default
|
define Package/stardict/Default
|
||||||
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
||||||
@ -29,7 +30,7 @@ endef
|
|||||||
|
|
||||||
define Package/stardict
|
define Package/stardict
|
||||||
$(call Package/stardict/Default)
|
$(call Package/stardict/Default)
|
||||||
DEPENDS:=+libintl +libiconv +libgconf2 +gtk2 +libstdcpp +libsigcxx
|
DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +libgconf2 +gtk2 +libstdcpp +libsigcxx
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/stardict-dic-en-en
|
define Package/stardict-dic-en-en
|
||||||
@ -46,8 +47,6 @@ define Package/stardict/description
|
|||||||
StarDict is a Cross-Platform and international dictionary Software.
|
StarDict is a Cross-Platform and international dictionary Software.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS+= -I$(STAGING_DIR)/usr/lib/libintl/include
|
|
||||||
TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib/libintl/lib
|
|
||||||
TARGET_LDFLAGS+= -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
TARGET_LDFLAGS+= -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
CONFIGURE_CMD =./autogen.sh
|
CONFIGURE_CMD =./autogen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user