From patchwork Sat Aug 3 19:14:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141554 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 461DJJ0rByz9sMr for ; Sun, 4 Aug 2019 05:15:28 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4961385143; Sat, 3 Aug 2019 19:15:26 +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 JJPD1T5BKUej; Sat, 3 Aug 2019 19:15:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C6C3885A57; Sat, 3 Aug 2019 19:15:25 +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 C5C941BF95E for ; Sat, 3 Aug 2019 19:15:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 40662880F9 for ; Sat, 3 Aug 2019 19:15:13 +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 HnaOF5v1M5PU for ; Sat, 3 Aug 2019 19:15:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by hemlock.osuosl.org (Postfix) with ESMTPS id 429B488075 for ; Sat, 3 Aug 2019 19:15:12 +0000 (UTC) Received: from fwd18.aul.t-online.de (fwd18.aul.t-online.de [172.20.26.244]) by mailout03.t-online.de (Postfix) with SMTP id 51890426D3C9; Sat, 3 Aug 2019 21:15:10 +0200 (CEST) Received: from fli4l.lan.fli4l (ZGkAyoZHwhzOnI3Kb6c9-9FsKj8V4uvW3eBTV9VQY1EGUbiMvMt+MyKHJP7L8GKwQY@[91.58.2.97]) by fwd18.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1htzUi-3zatFo0; Sat, 3 Aug 2019 21:15: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 1htzUh-0007bL-BY; Sat, 03 Aug 2019 21:15:07 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 3 Aug 2019 21:14:54 +0200 Message-Id: <20190803191501.5412-17-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: ZGkAyoZHwhzOnI3Kb6c9-9FsKj8V4uvW3eBTV9VQY1EGUbiMvMt+MyKHJP7L8GKwQY X-TOI-MSGID: 2869017d-1ddb-4092-95fa-793f589c5f28 Subject: [Buildroot] [PATCH 16/23] package/imagemagick: host svg support needs 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 host SVG support needs host gcc >= 4.8. Signed-off-by: Bernd Kuhls --- package/imagemagick/Config.in.host | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/imagemagick/Config.in.host b/package/imagemagick/Config.in.host index bbe23baa6f..5a87a130ee 100644 --- a/package/imagemagick/Config.in.host +++ b/package/imagemagick/Config.in.host @@ -16,6 +16,7 @@ if BR2_PACKAGE_HOST_IMAGEMAGICK config BR2_PACKAGE_HOST_IMAGEMAGICK_SVG bool "SVG support" + depends on BR2_HOST_GCC_AT_LEAST_4_8 # host-librsvg -> host-pango -> host-harfbuzz help Say 'y' here is you need ImageMagick tools (like convert) to support SVG. @@ -23,4 +24,7 @@ config BR2_PACKAGE_HOST_IMAGEMAGICK_SVG This is not enabled by default, as it brings quite a few extra dependencies, and thus extra build time. +comment "SVG support needs host gcc >= 4.8" + depends on !BR2_HOST_GCC_AT_LEAST_4_8 + endif