mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 19:14:35 +04:00
[qt5quick2-controls2] fix dependencies
This commit is contained in:
@@ -18,7 +18,6 @@ PKG_SOURCE_URL:=http://download.qt-project.org/development_releases/qt/$(basenam
|
|||||||
|
|
||||||
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_SYS_NAME)
|
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_SYS_NAME)
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_BUILD_DEPENDS:=qt5base
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@@ -32,6 +31,7 @@ define Package/qt5quick2-controls2
|
|||||||
TITLE:=qt5quick2-controls2
|
TITLE:=qt5quick2-controls2
|
||||||
URL:=http://qt.io
|
URL:=http://qt.io
|
||||||
MAINTAINER:=Mirko Vogt <mirko@openwrt.org>
|
MAINTAINER:=Mirko Vogt <mirko@openwrt.org>
|
||||||
|
DEPENDS:=+qt5quick2-quick
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
@@ -45,6 +45,7 @@ define Build/InstallDev
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/qt5quick2-controls2/install
|
define Package/qt5quick2-controls2/install
|
||||||
|
$(call Build/Install/Libs,$(1),libQt5QuickTemplates2)
|
||||||
$(call Build/Install/Libs,$(1),libQt5QuickControls2)
|
$(call Build/Install/Libs,$(1),libQt5QuickControls2)
|
||||||
|
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
|
|||||||
Reference in New Issue
Block a user