mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 04:53:48 -07:00
nix: use mesonAutoFeatures attribute
This commit is contained in:
committed by
Mihai Fufezan
parent
1c9d6b94d1
commit
f48b3774a2
@@ -90,8 +90,9 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
|
|||||||
then "debug"
|
then "debug"
|
||||||
else "release";
|
else "release";
|
||||||
|
|
||||||
|
mesonAutoFeatures = "disabled";
|
||||||
|
|
||||||
mesonFlags = builtins.concatLists [
|
mesonFlags = builtins.concatLists [
|
||||||
["-Dauto_features=disabled"]
|
|
||||||
(lib.optional enableXWayland "-Dxwayland=enabled")
|
(lib.optional enableXWayland "-Dxwayland=enabled")
|
||||||
(lib.optional legacyRenderer "-Dlegacy_renderer=enabled")
|
(lib.optional legacyRenderer "-Dlegacy_renderer=enabled")
|
||||||
(lib.optional withSystemd "-Dsystemd=enabled")
|
(lib.optional withSystemd "-Dsystemd=enabled")
|
||||||
|
Reference in New Issue
Block a user