From patchwork Wed Dec 27 12:41:12 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Bilas X-Patchwork-Id: 853147 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3z6CCC747Lz9s7h for ; Wed, 27 Dec 2017 23:41:27 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 512492D712; Wed, 27 Dec 2017 12:41:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jwVAZ0F7s5oY; Wed, 27 Dec 2017 12:41:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 3266F2D4BA; Wed, 27 Dec 2017 12:41:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A75EF1C08AF for ; Wed, 27 Dec 2017 12:41:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A3536869C1 for ; Wed, 27 Dec 2017 12:41:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id St2ZYGPU+Thd for ; Wed, 27 Dec 2017 12:41:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from smtp.megiteam.pl (smtp.megiteam.pl [31.186.83.105]) by whitealder.osuosl.org (Postfix) with ESMTPS id 00F6986243 for ; Wed, 27 Dec 2017 12:41:19 +0000 (UTC) Received: from [95.143.241.142] (helo=bartekk-MS-7823.grinn-global.com) by smtp.megiteam.pl with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA256:128) (Exim 4.82) (envelope-from ) id 1eUB1I-0001Jh-DT; Wed, 27 Dec 2017 13:41:17 +0100 From: Bartosz Bilas To: buildroot@buildroot.org Date: Wed, 27 Dec 2017 13:41:12 +0100 Message-Id: <1514378472-13479-1-git-send-email-b.bilas@grinn-global.com> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH v1] package/qt5scxml: Needs QT5DECLARATIVE package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Bartosz Bilas MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" --- qt5scxml package needs qml-private module which is delivered by qt5declaritive Fixed: http://autobuild.buildroot.net/?reason=qt5scxml-5.9.3 package/qt5/qt5scxml/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/qt5/qt5scxml/Config.in b/package/qt5/qt5scxml/Config.in index 4ae6a5b..a7b49a4 100644 --- a/package/qt5/qt5scxml/Config.in +++ b/package/qt5/qt5scxml/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_QT5SCXML bool "qt5scxml" depends on BR2_PACKAGE_QT5_VERSION_LATEST select BR2_PACKAGE_QT5BASE + select BR2_PACKAGE_QT5DECLARATIVE help Qt is a cross-platform application and UI framework for developers using C++.