From c2bf47064b8065d34d019610b6bcc9691f009de1 Mon Sep 17 00:00:00 2001 From: Mirko Lindner Date: Mon, 22 Feb 2010 10:17:19 +0100 Subject: [PATCH] fixing gmenu2x file - ugly but works, clean if you are up to it :D Signed-off-by: Mirko Lindner --- gmenu2x/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gmenu2x/Makefile b/gmenu2x/Makefile index 9932ff1..7d806d5 100644 --- a/gmenu2x/Makefile +++ b/gmenu2x/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gmenu2x -PKG_VERSION:=20100215-2 -PKG_REV:=630fdd5de9bc4c6f601d0aea1b6ccbc22f9d8bdf +PKG_VERSION:=20100222 +PKG_REV:= e2f5df5a43e509d2af23198aeb451d8a723e8153 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -26,6 +26,7 @@ TARGET_CFLAGS+= \ -I$(STAGING_DIR)/usr/include/SDL \ -I$(STAGING_DIR)/usr/include/google/sparsehash \ -I$(PKG_BUILD_DIR)/src/tinyxml \ + -DTIXML_USE_STL -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -Wall -Wno-unknown-pragmas -Wno-format \ TARGET_CPPFLAGS+= \ -I$(STAGING_DIR)/usr/include/SDL \ @@ -45,7 +46,7 @@ define Package/gmenu2x SUBMENU:=app TITLE:=Gmenu2x URL:=http://projects.qi-hardware.com/index.php/p/gmenu2x/ - DEPENDS:=+libsdl +libsdl-image +libsdl-gfx +sparsehash + DEPENDS:=+libsdl +libsdl-image +libsdl-ttf +libstdcpp +libsdl-gfx +sparsehash endef define Build/Configure