aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/patches/meson-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nix/patches/meson-build.patch')
-rw-r--r--nix/patches/meson-build.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/nix/patches/meson-build.patch b/nix/patches/meson-build.patch
index aefbf1bc..7f372107 100644
--- a/nix/patches/meson-build.patch
+++ b/nix/patches/meson-build.patch
@@ -37,15 +37,16 @@ diff --git a/src/meson.build b/src/meson.build
index 45701f5f..3505cefe 100644
--- a/src/meson.build
+++ b/src/meson.build
-@@ -9,17 +9,17 @@ executable('Hyprland', src,
+@@ -9,7 +9,7 @@ executable('Hyprland', src,
server_protos,
dependency('wayland-server'),
dependency('wayland-client'),
- wlroots.get_variable('wlroots'),
+ dependency('wlroots'),
dependency('cairo'),
+ dependency('hyprcursor'),
dependency('hyprlang', version: '>= 0.3.2'),
- dependency('libdrm'),
+@@ -16,12 +16,12 @@ executable('Hyprland', src,
dependency('egl'),
dependency('xkbcommon'),
dependency('libinput'),