mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 03:55:19 +02:00
gmenu2x: use ICONV notation
This commit is contained in:
parent
5557b31d7f
commit
1528c1bc34
@ -22,6 +22,7 @@ PKG_SOURCE_VERSION:=$(PKG_REV)
|
|||||||
PKG_BUILD_DEPENDS:=sparsehash
|
PKG_BUILD_DEPENDS:=sparsehash
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
TARGET_CFLAGS+= \
|
TARGET_CFLAGS+= \
|
||||||
-I$(STAGING_DIR)/usr/include/SDL \
|
-I$(STAGING_DIR)/usr/include/SDL \
|
||||||
@ -38,7 +39,7 @@ TARGET_CPPFLAGS+= \
|
|||||||
|
|
||||||
TARGET_LDFLAGS+= \
|
TARGET_LDFLAGS+= \
|
||||||
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
||||||
-L$(STAGING_DIR)/usr/lib/SDL -liconv
|
-L$(STAGING_DIR)/usr/lib/SDL
|
||||||
|
|
||||||
define Package/gmenu2x
|
define Package/gmenu2x
|
||||||
SECTION:=xorg-apps
|
SECTION:=xorg-apps
|
||||||
|
Loading…
Reference in New Issue
Block a user