diff options
-rw-r--r-- | gui-wm/hyprland/hyprland-0.20.1.ebuild | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gui-wm/hyprland/hyprland-0.20.1.ebuild b/gui-wm/hyprland/hyprland-0.20.1.ebuild index d7c424b..45f8c6d 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 shellevents systemd" +IUSE="X grimblast systemd" RDEPEND=" dev-libs/libevdev @@ -59,7 +59,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" grimblast? ( app-text/scdoc ) - shellevents? ( app-text/scdoc ) " src_unpack() { @@ -84,3 +83,13 @@ src_configure() { meson_src_configure } + +src_compile() { + true +} + +src_install() { + meson_src_install + + use grimblast && emake -C "${WORKDIR}/contrib-${CONTRIBCOMMIT}/grimblast" install +} |