From 1528c1bc34ec4a86ac62cc6059e9dc0378da28e6 Mon Sep 17 00:00:00 2001 From: kyak Date: Sun, 6 Feb 2011 21:57:57 +0300 Subject: [PATCH] gmenu2x: use ICONV notation --- gmenu2x/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gmenu2x/Makefile b/gmenu2x/Makefile index fc8fcd1..3523876 100644 --- a/gmenu2x/Makefile +++ b/gmenu2x/Makefile @@ -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