diff options
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild index 5a3df80..cbd7c1b 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild @@ -17,7 +17,7 @@ else fi LICENSE="MIT" -SLOT="0/9999" +SLOT="0" IUSE="elogind systemd" REQUIRED_USE="?? ( elogind systemd )" @@ -57,3 +57,14 @@ src_configure() { fi meson_src_configure } + +MAKEOPTS="-C ${S}/hyprland-share-picker" +src_compile() { + meson_src_compile + emake all +} + +src_install() { + meson_src_install + dobin "${S}/hyprland-share-picker/build/hyprland-share-picker" +} |