1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-28 23:34:31 +03:00

gmenu2x: use ICONV notation

This commit is contained in:
kyak 2011-02-06 21:57:57 +03:00
parent 5557b31d7f
commit 1528c1bc34

View File

@ -22,6 +22,7 @@ PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_BUILD_DEPENDS:=sparsehash
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
TARGET_CFLAGS+= \
-I$(STAGING_DIR)/usr/include/SDL \
@ -38,7 +39,7 @@ TARGET_CPPFLAGS+= \
TARGET_LDFLAGS+= \
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
-L$(STAGING_DIR)/usr/lib/SDL -liconv
-L$(STAGING_DIR)/usr/lib/SDL
define Package/gmenu2x
SECTION:=xorg-apps