lol

hyprland: fix cross compilation (#366491)

authored by misuzu.tngl.sh and committed by

GitHub 6f0f5f43 2941267b

+5
+5
pkgs/by-name/hy/hyprland/package.nix
··· 100 100 101 101 # Remove extra @PREFIX@ to fix pkg-config paths 102 102 sed -i "s#@PREFIX@/##g" hyprland.pc.in 103 + 104 + substituteInPlace protocols/meson.build --replace-fail \ 105 + "wayland_scanner = dependency('wayland-scanner')" \ 106 + "wayland_scanner = dependency('wayland-scanner', native: true)" 103 107 ''; 104 108 105 109 # variables used by generateVersion.sh script, and shown in `hyprctl version` ··· 172 176 mesonBuildType = if debug then "debugoptimized" else "release"; 173 177 174 178 dontStrip = debug; 179 + strictDeps = true; 175 180 176 181 mesonFlags = concatLists [ 177 182 (mapAttrsToList mesonEnable {