Skip to content

Commit

Permalink
gstreamer: needs Xext build input when x11 is enabled
Browse files Browse the repository at this point in the history
Fixes #102023

Signed-off-by: Christian Stewart <christian@paral.in>
  • Loading branch information
paralin committed Oct 29, 2020
1 parent 350df0f commit 2537e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/gstreamer/base/default.nix
Expand Up @@ -21,6 +21,7 @@
, libGL
, enableX11 ? stdenv.isLinux
, libXv
, libXext
, enableWayland ? stdenv.isLinux
, wayland
, wayland-protocols
Expand Down Expand Up @@ -84,6 +85,7 @@ stdenv.mkDerivation rec {
] ++ lib.optionals enableAlsa [
alsaLib
] ++ lib.optionals enableX11 [
libXext
libXv
pango
] ++ lib.optionals enableWayland [
Expand Down

0 comments on commit 2537e11

Please sign in to comment.