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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user