All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Sébastien Szymanski" <sebastien.szymanski@armadeus.com>
To: buildroot@buildroot.org
Cc: Eloi Bail <eloi.bail@savoirfairelinux.com>
Subject: [Buildroot] [PATCH 5/5] package/gst1-plugins-bayer2rgb-neon: enable for BR2_aarch64
Date: Wed,  8 Sep 2021 16:55:26 +0200	[thread overview]
Message-ID: <20210908145526.3543-5-sebastien.szymanski@armadeus.com> (raw)
In-Reply-To: <20210908145526.3543-1-sebastien.szymanski@armadeus.com>

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in
index d3eec30c7a..570300a304 100644
--- a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in
+++ b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in
@@ -1,6 +1,6 @@
 menuconfig BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON
 	bool "gst1-plugins-bayer2rgb-neon"
-	depends on BR2_arm && BR2_ARM_CPU_HAS_NEON # bayer2rgb-neon
+	depends on (BR2_arm && BR2_ARM_CPU_HAS_NEON) || BR2_aarch64 # bayer2rgb-neon
 	depends on !BR2_STATIC_LIBS # bayer2rgb-neon
 	depends on BR2_INSTALL_LIBSTDCPP # bayer2rgb-neon
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # bayer2rgb-neon
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2021-09-08 16:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-08 14:55 [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Sébastien Szymanski
2021-09-08 14:55 ` [Buildroot] [PATCH 2/5] package/bayer2rgb-neon: bump version to 0.6.1 Sébastien Szymanski
2021-09-08 14:55 ` [Buildroot] [PATCH 3/5] package/bayer2rgb-neon: enable for BR2_aarch64 Sébastien Szymanski
2021-09-08 14:55 ` [Buildroot] [PATCH 4/5] package/gst1-plugins-bayer2rgb-neon: bump to 0.6.1 Sébastien Szymanski
2021-09-08 14:55 ` Sébastien Szymanski [this message]
2021-09-10 21:34 ` [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Yann E. MORIN
2021-09-12 19:36 ` Peter Korsgaard

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=20210908145526.3543-5-sebastien.szymanski@armadeus.com \
    --to=sebastien.szymanski@armadeus.com \
    --cc=buildroot@buildroot.org \
    --cc=eloi.bail@savoirfairelinux.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.