Postsync update gentoo

This commit is contained in:
fabolous005 2025-05-17 00:00:27 +02:00
parent 8de7635037
commit c75484b06e

View File

@ -20,7 +20,7 @@ fi
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0"
IUSE="X legacy-renderer systemd" IUSE="X systemd hyprpm"
# hyprpm (hyprland plugin manager) requires the dependencies at runtime # hyprpm (hyprland plugin manager) requires the dependencies at runtime
# so that it can clone, compile and install plugins. # so that it can clone, compile and install plugins.
@ -32,7 +32,6 @@ HYPRPM_RDEPEND="
virtual/pkgconfig virtual/pkgconfig
" "
RDEPEND=" RDEPEND="
${HYPRPM_RDEPEND}
dev-cpp/tomlplusplus dev-cpp/tomlplusplus
dev-libs/glib:2 dev-libs/glib:2
dev-libs/hyprlang dev-libs/hyprlang
@ -53,6 +52,9 @@ RDEPEND="
x11-libs/pango x11-libs/pango
x11-libs/pixman x11-libs/pixman
x11-libs/libXcursor x11-libs/libXcursor
hyprpm? (
${HYPRPM_RDEPEND}
)
X? ( X? (
x11-libs/libxcb:0= x11-libs/libxcb:0=
x11-base/xwayland x11-base/xwayland
@ -89,9 +91,9 @@ pkg_setup() {
src_configure() { src_configure() {
local emesonargs=( local emesonargs=(
$(meson_feature legacy-renderer legacy_renderer)
$(meson_feature systemd) $(meson_feature systemd)
$(meson_feature X xwayland) $(meson_feature X xwayland)
$(meson_feature hyprpm)
) )
meson_src_configure meson_src_configure