From 6a23af23dff20d858af4e8bc27588127b80e302a Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Tue, 23 Jan 2024 12:00:33 -0700 Subject: [PATCH] package/flutter-pi: remove libgles requirement for gstreamer audio plugin Commit 99a50a8c9804 (package/flutter-pi: new package) erroneously made the gstreamer-based audio plugin depend on GLES, although there is no such requirement defined in the CMakeLists. This error was likely due to a copy/paste mistake. Remove the requirement. Signed-off-by: Adam Duskett [yann.morin.1998@free.fr: reword commit log] Signed-off-by: Yann E. MORIN (cherry picked from commit 07c1329814baea1057355525394d51c290acc4c3) Signed-off-by: Peter Korsgaard --- package/flutter-pi/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/flutter-pi/Config.in b/package/flutter-pi/Config.in index ecebfad89b..72db3f400f 100644 --- a/package/flutter-pi/Config.in +++ b/package/flutter-pi/Config.in @@ -25,7 +25,6 @@ comment "plugins" config BR2_PACKAGE_FLUTTER_PI_GSTREAMER_AUDIO_PLAYER_PLUGIN bool "gstreamer audio player" - depends on BR2_PACKAGE_HAS_LIBGLES select BR2_PACKAGE_GSTREAMER1 select BR2_PACKAGE_GST1_PLUGINS_BASE select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_ALSA