Merge pull request #102032 from paralin/fix-gstreamer-plugins-base-xext
gstreamer: needs Xext build input when x11 is enabled
This commit is contained in:
commit
bc2b206f3a
@ -21,6 +21,7 @@
|
||||
, libGL
|
||||
, enableX11 ? stdenv.isLinux
|
||||
, libXv
|
||||
, libXext
|
||||
, enableWayland ? stdenv.isLinux
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
@ -84,6 +85,7 @@ stdenv.mkDerivation rec {
|
||||
] ++ lib.optionals enableAlsa [
|
||||
alsaLib
|
||||
] ++ lib.optionals enableX11 [
|
||||
libXext
|
||||
libXv
|
||||
pango
|
||||
] ++ lib.optionals enableWayland [
|
||||
|
Loading…
x
Reference in New Issue
Block a user