From 685ef8d47a8dc8abe679600386a112f4b8bbf235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?= Date: Fri, 7 Jan 2022 15:05:45 +0100 Subject: [PATCH] package/gstreamer1/gst1-plugins-bayer2rgb-neon: use "config" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gst1-plugins-bayer2rgb-neon doesn't have sub-options so use "config" instead of "menuconfig". Signed-off-by: Sébastien Szymanski Signed-off-by: Thomas Petazzoni --- 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 570300a304..d3e4d0e243 100644 --- a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in +++ b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in @@ -1,4 +1,4 @@ -menuconfig BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON +config BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON bool "gst1-plugins-bayer2rgb-neon" depends on (BR2_arm && BR2_ARM_CPU_HAS_NEON) || BR2_aarch64 # bayer2rgb-neon depends on !BR2_STATIC_LIBS # bayer2rgb-neon