Commit 2e7aab88 authored by Alyssa Ross's avatar Alyssa Ross Committed by Florian Klink
Browse files

vulkan-cts: 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.
parent c5287193
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -91,6 +91,10 @@ stdenv.mkDerivation (finalAttrs: {
    wayland-scanner
  ];

  depsBuildBuild = [
    pkg-config
  ];

  cmakeFlags = [
    # Fix cts cmake not coping with absolute install dirs
    "-DCMAKE_INSTALL_BINDIR=bin"