From patchwork Wed Dec 27 12:54:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Bilas X-Patchwork-Id: 853166 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.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3z6CVR3ctSz9s75 for ; Wed, 27 Dec 2017 23:54:38 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7C03586EE8; Wed, 27 Dec 2017 12:54:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S-+esHnAz9u3; Wed, 27 Dec 2017 12:54:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id F24A286ECE; Wed, 27 Dec 2017 12:54:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 1D17E1C08AF for ; Wed, 27 Dec 2017 12:54:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1A37886542 for ; Wed, 27 Dec 2017 12:54:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wspbQH6Lun3E for ; Wed, 27 Dec 2017 12:54:29 +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 fraxinus.osuosl.org (Postfix) with ESMTPS id 7B1B58650B for ; Wed, 27 Dec 2017 12:54:28 +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 1eUBE1-0003Q6-10; Wed, 27 Dec 2017 13:54:25 +0100 From: Bartosz Bilas To: buildroot@buildroot.org Date: Wed, 27 Dec 2017 13:54:20 +0100 Message-Id: <1514379260-15119-1-git-send-email-b.bilas@grinn-global.com> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH v2] 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" Signed-off-by: Bartosz Bilas --- qt5scxml package needs qml-private module which is delivered by qt5declaritive Fixed: http://autobuild.buildroot.net/?reason=qt5scxml-5.9.3 changes v1 -> v2: * Add missing signature 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++.