diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-11 00:43:03 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-11 00:43:03 -0500 |
commit | b5e4c01bcd430a2d38af2c0f345cf78ca2a3a286 (patch) | |
tree | 4e2af7468c4760024b1a1b6129dbaa0610160d9d /gui-wm/hyprland | |
parent | f4e8295af039a96446fa28b69172e49deaed84ad (diff) | |
download | MrRoy-Overlay-b5e4c01bcd430a2d38af2c0f345cf78ca2a3a286.tar.gz MrRoy-Overlay-b5e4c01bcd430a2d38af2c0f345cf78ca2a3a286.tar.bz2 MrRoy-Overlay-b5e4c01bcd430a2d38af2c0f345cf78ca2a3a286.zip |
gui-wm/hyprland: fix wlroots conflicts
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'gui-wm/hyprland')
-rw-r--r-- | gui-wm/hyprland/hyprland-0.20.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/hyprland/hyprland-0.20.1.ebuild b/gui-wm/hyprland/hyprland-0.20.1.ebuild index d9a02e0..f7f9969 100644 --- a/gui-wm/hyprland/hyprland-0.20.1.ebuild +++ b/gui-wm/hyprland/hyprland-0.20.1.ebuild @@ -85,7 +85,7 @@ src_configure() { } src_install() { - meson_src_install + meson_src_install --skip-subprojects wlroots use grimblast && emake PREFIX="${ED}/usr" -C "${WORKDIR}/contrib-${CONTRIBCOMMIT}/grimblast" install use shellevents && emake PREFIX="${ED}/usr" -C "${WORKDIR}/contrib-${CONTRIBCOMMIT}/shellevents" install |