package/flutter-pi: remove libgles requirement for gstreamer audio plugin
Commit99a50a8c98
(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 commit07c1329814
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
eefe041de3
commit
6a23af23df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user