mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
looking-glass-client: depend on wayland-scanner
Otherwise, wayland-scanner would be picked up from the wayland in buildInputs, which isn't cross-friendly and will stop working when we split wayland-scanner into a separate package.
This commit is contained in:
parent
8714155dd0
commit
158cce9f41
@ -26,6 +26,7 @@
|
||||
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, wayland-scanner
|
||||
|
||||
, pipewire
|
||||
, pulseaudio
|
||||
@ -64,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
./0001-client-cmake-move-X11-config-directives-to-displayse.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
nativeBuildInputs = [ cmake pkg-config wayland-scanner ];
|
||||
|
||||
buildInputs = [ libX11 libGL freefont_ttf spice-protocol expat libbfd nettle fontconfig libffi ]
|
||||
++ lib.optionals xorgSupport [ libxkbcommon libXi libXScrnSaver libXinerama libXcursor libXpresent libXext libXrandr libXdmcp ]
|
||||
|
Loading…
Reference in New Issue
Block a user