gst_all_1.gst-plugins-bad: 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:
committed by
Florian Klink
parent
b29d12cf4c
commit
4fb55bca32
@@ -11,6 +11,7 @@
|
||||
, orc
|
||||
, gstreamer
|
||||
, gobject-introspection
|
||||
, wayland-scanner
|
||||
, enableZbar ? false
|
||||
, faacSupport ? false
|
||||
, faac
|
||||
@@ -142,7 +143,7 @@ stdenv.mkDerivation rec {
|
||||
] ++ lib.optionals enableDocumentation [
|
||||
hotdoc
|
||||
] ++ lib.optionals (gst-plugins-base.waylandEnabled && stdenv.isLinux) [
|
||||
wayland # for wayland-scanner
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user