From patchwork Sat Aug 3 19:15:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141561 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 461DKK3YGkz9sML for ; Sun, 4 Aug 2019 05:16:21 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9621884775; Sat, 3 Aug 2019 19:16:18 +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 f5fXGTVGcxYd; Sat, 3 Aug 2019 19:16:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 80B9F84755; Sat, 3 Aug 2019 19:16:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id AAAFD1BF31B for ; Sat, 3 Aug 2019 19:16:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A5EF42033F for ; Sat, 3 Aug 2019 19:16:14 +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 WXlv8H9mOb1P for ; Sat, 3 Aug 2019 19:16:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by silver.osuosl.org (Postfix) with ESMTPS id 2E15D2014B for ; Sat, 3 Aug 2019 19:16:14 +0000 (UTC) Received: from fwd35.aul.t-online.de (fwd35.aul.t-online.de [172.20.27.145]) by mailout09.t-online.de (Postfix) with SMTP id BFDA04266EBF; Sat, 3 Aug 2019 21:16:12 +0200 (CEST) Received: from fli4l.lan.fli4l (ZkHwXkZOwhcgy6KohkJACObgcOaOtGAYROocUx6FbK20gYKjaS0lM6UW7tlmkhBQbe@[91.58.2.97]) by fwd35.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1htzVk-2rDC8u0; Sat, 3 Aug 2019 21:16:12 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:54362) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1htzUj-0007bL-Gl; Sat, 03 Aug 2019 21:15:09 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 3 Aug 2019 21:15:00 +0200 Message-Id: <20190803191501.5412-23-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190803191501.5412-1-bernd.kuhls@t-online.de> References: <20190803191501.5412-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: ZkHwXkZOwhcgy6KohkJACObgcOaOtGAYROocUx6FbK20gYKjaS0lM6UW7tlmkhBQbe X-TOI-MSGID: 621f5285-78e1-4ccf-ad64-be9c5d2f46b8 Subject: [Buildroot] [PATCH 22/23] package/libgtk3: needs gcc & host gcc >= 4.8 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: James Knight , Peter Seiderer , Simon Dawson , Romain Naour , Fabrice Fontaine , Adam Duskett Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8. Signed-off-by: Bernd Kuhls --- package/libgtk3/Config.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package/libgtk3/Config.in b/package/libgtk3/Config.in index 12e64707bd..72737d6e2f 100644 --- a/package/libgtk3/Config.in +++ b/package/libgtk3/Config.in @@ -1,7 +1,9 @@ -comment "libgtk3 needs a toolchain w/ wchar, threads, C++" +comment "libgtk3 needs a toolchain w/ wchar, threads, C++, gcc >= 4.8, host gcc >= 4.8" depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_SYNC_4 depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \ + !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \ + !BR2_HOST_GCC_AT_LEAST_4_8 || \ !BR2_TOOLCHAIN_HAS_THREADS comment "libgtk3 needs an OpenGL or an OpenGL-EGL/wayland backend" @@ -17,6 +19,9 @@ config BR2_PACKAGE_LIBGTK3 depends on BR2_USE_MMU # glib2 depends on BR2_INSTALL_LIBSTDCPP # pango depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # pango -> harfbuzz + # host-libgtk3 -> host-librsvg -> host-pango -> host-harfbuzz + depends on BR2_HOST_GCC_AT_LEAST_4_8 depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND || \ BR2_PACKAGE_HAS_LIBGL select BR2_PACKAGE_ATK