Browse Source

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 <adam.duskett@amarulasolutions.com>
[yann.morin.1998@free.fr: reword commit log]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 07c1329814baea1057355525394d51c290acc4c3)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Adam Duskett 1 year ago
parent
commit
6a23af23df
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/flutter-pi/Config.in

+ 0 - 1
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