mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 02:54:07 +02:00
fbterm: use ICONV notation
This commit is contained in:
parent
745e0f4673
commit
074b5acdb0
@ -13,6 +13,7 @@ PKG_SOURCE_URL:=http://fbterm.googlecode.com/files/
|
|||||||
PKG_MD5SUM:=531ea0984836b58fd123e6a97a4228c6
|
PKG_MD5SUM:=531ea0984836b58fd123e6a97a4228c6
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/fbterm
|
define Package/fbterm
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
@ -20,19 +21,15 @@ define Package/fbterm
|
|||||||
TITLE:=FbTerm, a fast FrameBuffer based TERMinal emulator for linux
|
TITLE:=FbTerm, a fast FrameBuffer based TERMinal emulator for linux
|
||||||
URL:=http://code.google.com/p/fbterm/
|
URL:=http://code.google.com/p/fbterm/
|
||||||
SUBMENU:=Terminal
|
SUBMENU:=Terminal
|
||||||
DEPENDS:=+libiconv +fontconfig +unifont +libstdcpp
|
DEPENDS:=$(ICONV_DEPENDS) +fontconfig +unifont +libstdcpp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fbterm/description
|
define Package/fbterm/description
|
||||||
FbTerm is a fast terminal emulator for linux with frame buffer device
|
FbTerm is a fast terminal emulator for linux with frame buffer device
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS+= \
|
|
||||||
-I$(STAGING_DIR)/usr/lib/libiconv/include
|
|
||||||
|
|
||||||
TARGET_LDFLAGS+= \
|
TARGET_LDFLAGS+= \
|
||||||
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib -liconv
|
||||||
-L$(STAGING_DIR)/usr/lib/libiconv/lib -liconv
|
|
||||||
|
|
||||||
define Package/fbterm/install
|
define Package/fbterm/install
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
|
Loading…
Reference in New Issue
Block a user