diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-07-10 14:39:25 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-07-10 14:39:42 -0500 |
commit | 6a22ba7e7c1fb9f4ca3d73391607fe70c385697c (patch) | |
tree | 15fd5a25fbfee2445ff575527bb49917e1588d5b /gui-libs/xdg-desktop-portal-wlr | |
parent | dev-python/protobuf-python: Stabilize 3.19.3-r3 ppc64, #857348 (diff) | |
download | gentoo-6a22ba7e7c1fb9f4ca3d73391607fe70c385697c.tar.gz gentoo-6a22ba7e7c1fb9f4ca3d73391607fe70c385697c.tar.bz2 gentoo-6a22ba7e7c1fb9f4ca3d73391607fe70c385697c.zip |
gui-libs/xdg-desktop-portal-wlr: fix deps to pull in gbm
fix depenencies to pull in gbm (from mesa) and others
Closes: https://bugs.gentoo.org/857480
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs/xdg-desktop-portal-wlr')
-rw-r--r-- | gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild | 7 | ||||
-rw-r--r-- | gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild index ba5baa8919b8..5465488776d2 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild @@ -22,21 +22,24 @@ IUSE="elogind systemd" REQUIRED_USE="?? ( elogind systemd )" DEPEND=" - >=media-video/pipewire-0.3.34:= + >=media-video/pipewire-0.3.41:= dev-libs/inih dev-libs/wayland + media-libs/mesa + x11-libs/libdrm || ( systemd? ( >=sys-apps/systemd-237 ) elogind? ( >=sys-auth/elogind-237 ) sys-libs/basu ) " +# mesa is needed for gbm dep (which it hards sets to 'on') RDEPEND=" ${DEPEND} sys-apps/xdg-desktop-portal " BDEPEND=" - dev-libs/wayland-protocols + >=dev-libs/wayland-protocols-1.24 virtual/pkgconfig " diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild index ba5baa8919b8..5465488776d2 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild @@ -22,21 +22,24 @@ IUSE="elogind systemd" REQUIRED_USE="?? ( elogind systemd )" DEPEND=" - >=media-video/pipewire-0.3.34:= + >=media-video/pipewire-0.3.41:= dev-libs/inih dev-libs/wayland + media-libs/mesa + x11-libs/libdrm || ( systemd? ( >=sys-apps/systemd-237 ) elogind? ( >=sys-auth/elogind-237 ) sys-libs/basu ) " +# mesa is needed for gbm dep (which it hards sets to 'on') RDEPEND=" ${DEPEND} sys-apps/xdg-desktop-portal " BDEPEND=" - dev-libs/wayland-protocols + >=dev-libs/wayland-protocols-1.24 virtual/pkgconfig " |