gst_all_1.gst-plugins-good: Add missing libGL

With cairo 1.18.0 bump, cairo-gl will be dropped, and cairo will no
longer propagate libGL, this leads to: Run-time dependency
gstreamer-gl-prototypes-1.0 found: NO

glesv2 is in gstreamer-gl-prototypes-1.0's Requires, so adding libGL.
This commit is contained in:
Bobby Rong
2023-10-20 22:02:42 +00:00
committed by Alyssa Ross
parent 265d25a4fc
commit 43df859d01
@@ -10,6 +10,7 @@
, orc
, bzip2
, gettext
, libGL
, libv4l
, libdv
, libavc1394
@@ -129,6 +130,7 @@ stdenv.mkDerivation rec {
]) ++ lib.optionals stdenv.isDarwin [
Cocoa
] ++ lib.optionals stdenv.isLinux [
libGL
libv4l
libpulseaudio
libavc1394