Postsync update gentoo
This commit is contained in:
parent
8de7635037
commit
c75484b06e
@ -20,7 +20,7 @@ fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="X legacy-renderer systemd"
|
||||
IUSE="X systemd hyprpm"
|
||||
|
||||
# hyprpm (hyprland plugin manager) requires the dependencies at runtime
|
||||
# so that it can clone, compile and install plugins.
|
||||
@ -32,7 +32,6 @@ HYPRPM_RDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
RDEPEND="
|
||||
${HYPRPM_RDEPEND}
|
||||
dev-cpp/tomlplusplus
|
||||
dev-libs/glib:2
|
||||
dev-libs/hyprlang
|
||||
@ -53,6 +52,9 @@ RDEPEND="
|
||||
x11-libs/pango
|
||||
x11-libs/pixman
|
||||
x11-libs/libXcursor
|
||||
hyprpm? (
|
||||
${HYPRPM_RDEPEND}
|
||||
)
|
||||
X? (
|
||||
x11-libs/libxcb:0=
|
||||
x11-base/xwayland
|
||||
@ -89,9 +91,9 @@ pkg_setup() {
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature legacy-renderer legacy_renderer)
|
||||
$(meson_feature systemd)
|
||||
$(meson_feature X xwayland)
|
||||
$(meson_feature hyprpm)
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
|
||||
Loading…
Reference in New Issue
Block a user