1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-02 19:45:08 +03:00

NanoMap: adjust Makefile to use the new and more generic way of handling projects using qmake, remove BROKEN flag

This commit is contained in:
Mirko Vogt 2010-08-01 16:03:25 +00:00
parent eef6ed8ec6
commit b73cede1ca

View File

@ -24,7 +24,7 @@ define Package/NanoMap
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Qt4-based map viewer
DEPENDS:=@BROKEN +qt4 +qt4-gui +qt4-network
DEPENDS:=+qt4 +qt4-gui +qt4-network
URL:=http://projects.qi-hardware.com/index.php/p/nanomap/
endef
@ -32,7 +32,7 @@ endef
MAKE_VARS += TARGETPATH=$(STAGING_DIR)
define Build/Configure
$(STAGING_DIR_HOST)/bin/qmake -spec $(STAGING_DIR)/usr/share/mkspecs/qws/linux-openwrt-g++ -o $(PKG_BUILD_DIR)/Makefile $(PKG_BUILD_DIR)/nanomap.pro
$(call Build/Configure/Qmake,nanomap)
endef
define Package/NanoMap/install