diff options
Diffstat (limited to 'nix/patches/meson-build.patch')
-rw-r--r-- | nix/patches/meson-build.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/patches/meson-build.patch b/nix/patches/meson-build.patch index 21cec8ee..5827e5c3 100644 --- a/nix/patches/meson-build.patch +++ b/nix/patches/meson-build.patch @@ -46,13 +46,14 @@ index 45701f5f..3505cefe 100644 dependency('cairo'), dependency('hyprcursor'), dependency('hyprlang', version: '>= 0.3.2'), -@@ -16,12 +16,12 @@ executable('Hyprland', src, +@@ -17,11 +17,11 @@ executable('Hyprland', src, dependency('egl'), dependency('xkbcommon'), dependency('libinput'), - xcb_dep, + dependency('xcb', required: get_option('xwayland')), backtrace_dep, + epoll_dep, systemd_dep, - udis86, + dependency('udis86'), |