aboutsummaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/hyprland/hyprland-0.20.1.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/gui-wm/hyprland/hyprland-0.20.1.ebuild b/gui-wm/hyprland/hyprland-0.20.1.ebuild
index 45f8c6d..d9a02e0 100644
--- a/gui-wm/hyprland/hyprland-0.20.1.ebuild
+++ b/gui-wm/hyprland/hyprland-0.20.1.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/Hyprland-${PV}beta"
KEYWORDS="~amd64"
LICENSE="BSD"
SLOT="0"
-IUSE="X grimblast systemd"
+IUSE="X grimblast shellevents systemd"
RDEPEND="
dev-libs/libevdev
@@ -84,12 +84,9 @@ src_configure() {
meson_src_configure
}
-src_compile() {
- true
-}
-
src_install() {
meson_src_install
- use grimblast && emake -C "${WORKDIR}/contrib-${CONTRIBCOMMIT}/grimblast" install
+ use grimblast && emake PREFIX="${ED}/usr" -C "${WORKDIR}/contrib-${CONTRIBCOMMIT}/grimblast" install
+ use shellevents && emake PREFIX="${ED}/usr" -C "${WORKDIR}/contrib-${CONTRIBCOMMIT}/shellevents" install
}