CMake, Nix: remove unneeded hwdata

This commit is contained in:
Mihai Fufezan 2024-07-27 20:31:37 +03:00
parent 5ab54fb55b
commit 5bd8e6a782
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View File

@ -107,7 +107,6 @@ pkg_check_modules(
xcursor
libdrm
libinput
hwdata
libseat
libdisplay-info
libliftoff

View File

@ -12,7 +12,6 @@
expat,
fribidi,
git,
hwdata,
hyprcursor,
hyprlang,
hyprutils,
@ -77,8 +76,6 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
# Remove extra @PREFIX@ to fix pkg-config paths
sed -i "s#@PREFIX@/##g" hyprland.pc.in
realpath ${hyprwayland-scanner}
'';
COMMITS = commit;
@ -86,6 +83,12 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
DIRTY = lib.optionalString (commit == "") "dirty";
HASH = commit;
strictDeps = true;
depsBuildBuild = [
pkg-config
];
nativeBuildInputs = [
hyprwayland-scanner
jq
@ -110,7 +113,6 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
expat
fribidi
git
hwdata
hyprcursor
hyprlang
hyprutils