summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-31 13:31:30 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-31 13:44:01 -0700
commit89d3f095a715acb04ec227287feb8dd2a3b77563 (patch)
tree2113a69db80661ff1e4e35111814c10cdd6ed7a9 /media-libs
parentmedia-libs/waffle: Enable egl and gbm by default (diff)
downloadgentoo-89d3f095a715acb04ec227287feb8dd2a3b77563.tar.gz
gentoo-89d3f095a715acb04ec227287feb8dd2a3b77563.tar.bz2
gentoo-89d3f095a715acb04ec227287feb8dd2a3b77563.zip
media-libs/waffle: Bump wayland dependency
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/waffle/waffle-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild
index 4b2918009cf5..4ae9a9bbcf9d 100644
--- a/media-libs/waffle/waffle-9999.ebuild
+++ b/media-libs/waffle/waffle-9999.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
gbm? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] )
- wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
+ wayland? ( >=dev-libs/wayland-1.10[${MULTILIB_USEDEP}] )
"
DEPEND="${RDEPEND}
>=x11-base/xcb-proto-1.8-r3[${MULTILIB_USEDEP}]