diff options
Diffstat (limited to 'nix/patches/meson-build.patch')
-rw-r--r-- | nix/patches/meson-build.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/patches/meson-build.patch b/nix/patches/meson-build.patch index 5911657e..aefbf1bc 100644 --- a/nix/patches/meson-build.patch +++ b/nix/patches/meson-build.patch @@ -44,7 +44,7 @@ index 45701f5f..3505cefe 100644 - wlroots.get_variable('wlroots'), + dependency('wlroots'), dependency('cairo'), - dependency('hyprlang', version: '>= 0.2.1'), + dependency('hyprlang', version: '>= 0.3.2'), dependency('libdrm'), dependency('egl'), dependency('xkbcommon'), |