From patchwork Sat Aug 3 19:14:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141545 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 461DJ34hmpz9sMr for ; Sun, 4 Aug 2019 05:15:15 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7348384F76; Sat, 3 Aug 2019 19:15:12 +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 PbR2jCMfAvmA; Sat, 3 Aug 2019 19:15:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0335284741; Sat, 3 Aug 2019 19:15:10 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 437901BF31B for ; Sat, 3 Aug 2019 19:15:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 364D988012 for ; Sat, 3 Aug 2019 19:15:08 +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 B6pYwaridapN for ; Sat, 3 Aug 2019 19:15:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by hemlock.osuosl.org (Postfix) with ESMTPS id D19FD88002 for ; Sat, 3 Aug 2019 19:15:06 +0000 (UTC) Received: from fwd09.aul.t-online.de (fwd09.aul.t-online.de [172.20.27.151]) by mailout11.t-online.de (Postfix) with SMTP id 117744253081; Sat, 3 Aug 2019 21:15:04 +0200 (CEST) Received: from fli4l.lan.fli4l (r40SKaZOQhIevRceByh+3WRP0nUwEMS+FntonCZO1P9+CA9ClqOHN22EvgO0fb2wev@[91.58.2.97]) by fwd09.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1htzUd-04K6gS0; Sat, 3 Aug 2019 21:15:03 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:54362) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1htzUc-0007bL-Ew; Sat, 03 Aug 2019 21:15:02 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 3 Aug 2019 21:14:40 +0200 Message-Id: <20190803191501.5412-3-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: r40SKaZOQhIevRceByh+3WRP0nUwEMS+FntonCZO1P9+CA9ClqOHN22EvgO0fb2wev X-TOI-MSGID: 1c4076a3-8a65-4bd2-9131-9a06bebe8531 Subject: [Buildroot] [PATCH 02/23] package/xscreensaver: 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/xscreensaver/Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/xscreensaver/Config.in b/package/xscreensaver/Config.in index efb8d1a6bc..c1d6a03f5d 100644 --- a/package/xscreensaver/Config.in +++ b/package/xscreensaver/Config.in @@ -6,6 +6,7 @@ config BR2_PACKAGE_XSCREENSAVER depends on BR2_USE_WCHAR # libgtk2 -> glib2 depends on BR2_USE_MMU # libgtk2 -> glib2 depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libgtk2 -> pango -> harfbuzz + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # libgtk2 -> pango -> harfbuzz select BR2_PACKAGE_LIBGTK2 select BR2_PACKAGE_LIBGLADE select BR2_PACKAGE_JPEG @@ -22,9 +23,10 @@ config BR2_PACKAGE_XSCREENSAVER http://www.jwz.org/xscreensaver/ -comment "xscreensaver needs a toolchain w/ wchar, C++, threads" +comment "xscreensaver needs a toolchain w/ wchar, C++, threads, gcc >= 4.8" depends on BR2_PACKAGE_XORG7 depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_SYNC_4 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ + !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \ !BR2_USE_WCHAR