diff options
Diffstat (limited to 'gui-wm/hyprland/hyprland-0.31.0-r1.ebuild')
-rw-r--r-- | gui-wm/hyprland/hyprland-0.31.0-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui-wm/hyprland/hyprland-0.31.0-r1.ebuild b/gui-wm/hyprland/hyprland-0.31.0-r1.ebuild index 66a99b216480..cdf924368947 100644 --- a/gui-wm/hyprland/hyprland-0.31.0-r1.ebuild +++ b/gui-wm/hyprland/hyprland-0.31.0-r1.ebuild @@ -119,7 +119,9 @@ src_configure() { } src_install() { + # First install everything except wlroots to avoid conflicts. meson_src_install --skip-subprojects wlroots + # Then install development files (mainly wlroots) for bug #916760. meson_src_install --tags devel # Wlroots headers are required by hyprland-plugins and the pkgconfig file expects |