gstreamer: needs Xext build input when x11 is enabled
Fixes #102023 Signed-off-by: Christian Stewart <christian@paral.in>
This commit is contained in:
parent
350df0f93a
commit
2537e1169c
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue