mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
gui-libs/xdg-desktop-portal-wlr: fix typo; sync live
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -45,9 +45,9 @@ src_configure() {
|
||||
"-Dwerror=false"
|
||||
)
|
||||
if use systemd; then
|
||||
emesonargs+=(-Dsd-bus-provider=systemd)
|
||||
emesonargs+=(-Dsd-bus-provider=libsystemd)
|
||||
elif use elogind; then
|
||||
emesonargs+=(-Dsd-bus-provider=elogind)
|
||||
emesonargs+=(-Dsd-bus-provider=libelogind)
|
||||
else
|
||||
emesonargs+=(-Dsd-bus-provider=basu)
|
||||
fi
|
||||
|
||||
@@ -22,20 +22,21 @@ IUSE="elogind systemd"
|
||||
REQUIRED_USE="?? ( elogind systemd )"
|
||||
|
||||
DEPEND="
|
||||
>=media-video/pipewire-0.3.2:=
|
||||
>=media-video/pipewire-0.3.34:=
|
||||
dev-libs/inih
|
||||
dev-libs/wayland
|
||||
>=dev-libs/wayland-protocols-1.14:=
|
||||
elogind? ( >=sys-auth/elogind-237 )
|
||||
systemd? ( >=sys-apps/systemd-237 )
|
||||
|| (
|
||||
systemd? ( >=sys-apps/systemd-237 )
|
||||
elogind? ( >=sys-auth/elogind-237 )
|
||||
sys-libs/basu
|
||||
)
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
sys-apps/xdg-desktop-portal
|
||||
"
|
||||
BDEPEND="
|
||||
>=media-video/pipewire-0.3.2:=
|
||||
>=dev-libs/wayland-protocols-1.14
|
||||
dev-libs/inih:0
|
||||
dev-libs/wayland-protocols
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
@@ -43,5 +44,12 @@ src_configure() {
|
||||
local emesonargs=(
|
||||
"-Dwerror=false"
|
||||
)
|
||||
if use systemd; then
|
||||
emesonargs+=(-Dsd-bus-provider=libsystemd)
|
||||
elif use elogind; then
|
||||
emesonargs+=(-Dsd-bus-provider=libelogind)
|
||||
else
|
||||
emesonargs+=(-Dsd-bus-provider=basu)
|
||||
fi
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user