gst_all_1.gst-plugins-base: depend on wayland-scanner

Currently wayland-scanner is defined to be wayland.bin, but we want to
split wayland-scanner into a separate package.
This commit is contained in:
Alyssa Ross 2023-02-10 12:00:40 +00:00 committed by Florian Klink
parent 4fb55bca32
commit b97d2b7eb1

View File

@ -26,6 +26,7 @@
, libXv
, libdrm
, enableWayland ? stdenv.isLinux
, wayland-scanner
, wayland
, wayland-protocols
, enableAlsa ? stdenv.isLinux
@ -76,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
] ++ lib.optionals enableDocumentation [
hotdoc
] ++ lib.optionals enableWayland [
wayland
wayland-scanner
];
buildInputs = [