mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
qttools: cleanup makefile
This commit is contained in:
parent
b17a9e83ad
commit
14b53f3e79
@ -27,7 +27,7 @@ PKG_BUILD_DEPENDS:=qtbase
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/$(PKG_NAME)
|
define Package/qttools
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
SUBMENU:=Qt5
|
SUBMENU:=Qt5
|
||||||
@ -48,4 +48,4 @@ define Build/InstallDev
|
|||||||
$(MAKE) -C $(PKG_BUILD_DIR) install
|
$(MAKE) -C $(PKG_BUILD_DIR) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
$(eval $(call BuildPackage,qttools))
|
||||||
|
Loading…
Reference in New Issue
Block a user