1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 21:50:36 +02:00

fixing gmenu2x file - ugly but works, clean if you are up to it :D

Signed-off-by: Mirko Lindner <mirko@sharism.cc>
This commit is contained in:
Mirko Lindner 2010-02-22 10:17:19 +01:00
parent 4f6e75dcf5
commit c2bf47064b

View File

@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=gmenu2x PKG_NAME:=gmenu2x
PKG_VERSION:=20100215-2 PKG_VERSION:=20100222
PKG_REV:=630fdd5de9bc4c6f601d0aea1b6ccbc22f9d8bdf PKG_REV:= e2f5df5a43e509d2af23198aeb451d8a723e8153
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 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/SDL \
-I$(STAGING_DIR)/usr/include/google/sparsehash \ -I$(STAGING_DIR)/usr/include/google/sparsehash \
-I$(PKG_BUILD_DIR)/src/tinyxml \ -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+= \ TARGET_CPPFLAGS+= \
-I$(STAGING_DIR)/usr/include/SDL \ -I$(STAGING_DIR)/usr/include/SDL \
@ -45,7 +46,7 @@ define Package/gmenu2x
SUBMENU:=app SUBMENU:=app
TITLE:=Gmenu2x TITLE:=Gmenu2x
URL:=http://projects.qi-hardware.com/index.php/p/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 endef
define Build/Configure define Build/Configure