From e8ffad8492d955926108f8d452495fb9b139fc16 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Thu, 24 Nov 2016 15:16:31 +0100 Subject: [PATCH] [qt5quick2-controls2] fix dependencies --- frameworks/qt5quick2-controls2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frameworks/qt5quick2-controls2/Makefile b/frameworks/qt5quick2-controls2/Makefile index 1c32318..c6f9bb4 100644 --- a/frameworks/qt5quick2-controls2/Makefile +++ b/frameworks/qt5quick2-controls2/Makefile @@ -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_PARALLEL:=1 -PKG_BUILD_DEPENDS:=qt5base PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -32,6 +31,7 @@ define Package/qt5quick2-controls2 TITLE:=qt5quick2-controls2 URL:=http://qt.io MAINTAINER:=Mirko Vogt + DEPENDS:=+qt5quick2-quick endef define Build/Configure @@ -45,6 +45,7 @@ define Build/InstallDev endef define Package/qt5quick2-controls2/install + $(call Build/Install/Libs,$(1),libQt5QuickTemplates2) $(call Build/Install/Libs,$(1),libQt5QuickControls2) $(INSTALL_DIR) \ -- 2.30.2