From 1dedc8833ab1f230886d7c8c44ba957fa86de916 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 10 Apr 2024 22:19:39 +0200 Subject: [PATCH] . --- zilti/packages/hyprland.scm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/zilti/packages/hyprland.scm b/zilti/packages/hyprland.scm index fe9aba5..cbebd16 100644 --- a/zilti/packages/hyprland.scm +++ b/zilti/packages/hyprland.scm @@ -228,6 +228,7 @@ command line tool called @code{udcli} that incorporates the library.") (arguments (list #:build-type "release" #:parallel-build? #t + #:configure-flags #~(list "-Dxwayland=enabled") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'fix-path @@ -264,15 +265,22 @@ command line tool called @code{udcli} that incorporates the library.") (native-inputs (list cmake gcc-13 jq pkg-config cpio)) (inputs (list cairo-for-hyprland + egl-gbm + egl-wayland gcc-13 hyprcursor + libdrm-for-hyprland + libglvnd + libxcb rosenthal:hyprland-protocols rosenthal:hyprlang pango pciutils tomlplusplus udis86-for-hyprland - wlroots-for-hyprland)) + wlroots-for-hyprland + xcb-util-wm + xorg-server-xwayland)) (home-page "https://hyprland.org") (synopsis "Dynamic tiling Wayland compositor based on wlroots") (description