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>