From b73cede1caac1079eb9ea919b2b8cfbfb5bfeb22 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sun, 1 Aug 2010 16:03:25 +0000 Subject: [PATCH] NanoMap: adjust Makefile to use the new and more generic way of handling projects using qmake, remove BROKEN flag --- NanoMap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NanoMap/Makefile b/NanoMap/Makefile index 1324829..87ef173 100644 --- a/NanoMap/Makefile +++ b/NanoMap/Makefile @@ -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