Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Perez de Castro <aperez@igalia.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] package/woff2: propagate microblaze dependecy
Date: Sat, 16 Feb 2019 15:45:29 +0200	[thread overview]
Message-ID: <20190216134530.14717-3-aperez@igalia.com> (raw)
In-Reply-To: <20190216134530.14717-1-aperez@igalia.com>

The brotli package is disabled for Microblaze, therefore disable
woff2 as well for the architecture.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
 package/woff2/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/woff2/Config.in b/package/woff2/Config.in
index 48672570dd..f451c04984 100644
--- a/package/woff2/Config.in
+++ b/package/woff2/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_WOFF2
 	bool "woff2"
+	depends on !BR2_microblaze # brotli
 	depends on BR2_INSTALL_LIBSTDCPP
 	select BR2_PACKAGE_BROTLI
 	help
-- 
2.20.1

  parent reply	other threads:[~2019-02-16 13:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-16 13:45 [Buildroot] [PATCH 0/3] Disable brotli for Microblaze and propagate dependecies Adrian Perez de Castro
2019-02-16 13:45 ` [Buildroot] [PATCH 1/3] package/brotli: disable for microblaze Adrian Perez de Castro
2019-02-16 13:45 ` Adrian Perez de Castro [this message]
2019-02-16 13:45 ` [Buildroot] [PATCH 3/3] package/webkitgtk: propagate microblaze dependency Adrian Perez de Castro
2019-02-19 22:25   ` Arnout Vandecappelle
2019-02-22  9:50     ` Adrian Perez de Castro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190216134530.14717-3-aperez@igalia.com \
    --to=aperez@igalia.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox