mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:21:53 +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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user