From patchwork Sat Aug 3 19:14:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141565 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.138; helo=whitealder.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 whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 461DKR2sLnz9sMr for ; Sun, 4 Aug 2019 05:16:27 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 54A288601B; Sat, 3 Aug 2019 19:16:25 +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 dew8sSeNTAvV; Sat, 3 Aug 2019 19:16:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id AE44285BCE; Sat, 3 Aug 2019 19:16: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 751D51BF31B for ; Sat, 3 Aug 2019 19:16:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 69D7E85BC9 for ; Sat, 3 Aug 2019 19:16: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 E9KHghQAf7wG for ; Sat, 3 Aug 2019 19:16:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2970C85C88 for ; Sat, 3 Aug 2019 19:16:20 +0000 (UTC) Received: from fwd27.aul.t-online.de (fwd27.aul.t-online.de [172.20.26.132]) by mailout05.t-online.de (Postfix) with SMTP id 4F8CD427E9B9; Sat, 3 Aug 2019 21:16:18 +0200 (CEST) Received: from fli4l.lan.fli4l (rq7njGZLohjGpeEcVJpzrAkL4GjNyIFg9xEQxVj0dMtRKKg0ewq8EI4XiDx1cGcghw@[91.58.2.97]) by fwd27.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1htzVg-0vH7aa0; Sat, 3 Aug 2019 21:16:08 +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-6T; Sat, 03 Aug 2019 21:15:09 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 3 Aug 2019 21:14:59 +0200 Message-Id: <20190803191501.5412-22-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: rq7njGZLohjGpeEcVJpzrAkL4GjNyIFg9xEQxVj0dMtRKKg0ewq8EI4XiDx1cGcghw X-TOI-MSGID: eade2d74-7a3a-496c-ab46-586f16286930 Subject: [Buildroot] [PATCH 21/23] package/libgtk2: needs 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/libgtk2/Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/libgtk2/Config.in b/package/libgtk2/Config.in index aa297d71ef..7c5762a585 100644 --- a/package/libgtk2/Config.in +++ b/package/libgtk2/Config.in @@ -6,6 +6,7 @@ config BR2_PACKAGE_LIBGTK2 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 select BR2_PACKAGE_ATK select BR2_PACKAGE_CAIRO select BR2_PACKAGE_CAIRO_PS @@ -33,9 +34,10 @@ config BR2_PACKAGE_LIBGTK2_DEMO endif -comment "libgtk2 needs a toolchain w/ wchar, threads, C++" +comment "libgtk2 needs a toolchain w/ wchar, threads, C++, gcc >= 4.8" depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_SYNC_4 depends on BR2_PACKAGE_XORG7 depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \ + !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \ !BR2_TOOLCHAIN_HAS_THREADS