commit:     5891c708244205c5945409f283c73240e3f6a401
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri May  9 22:20:03 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri May  9 22:26:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5891c708

gui-libs/egl-wayland: add >=wayland-protocols-1.34 lower bound

Newer egl-wayland started using linux-drm-syncobj-v1 protocol that
was added only in >=1.34, and upstream's build system doesn't do a
version check so missed that.

Haven't actually tested building with gone-from-the-tree 1.34 though,
but it should work in theory looking at commits.

https://forums.gentoo.org/viewtopic-p-8861372.html#8861372

Thanks-to: Andreas Sturmlechner <asturm <AT> gentoo.org>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-wayland/egl-wayland-1.1.18.ebuild | 2 +-
 gui-libs/egl-wayland/egl-wayland-1.1.19.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.18.ebuild 
b/gui-libs/egl-wayland/egl-wayland-1.1.18.ebuild
index dd10f6cb6924..27c44296558d 100644
--- a/gui-libs/egl-wayland/egl-wayland-1.1.18.ebuild
+++ b/gui-libs/egl-wayland/egl-wayland-1.1.18.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
 "
 DEPEND="
        ${RDEPEND}
-       dev-libs/wayland-protocols
+       >=dev-libs/wayland-protocols-1.34
        >=gui-libs/eglexternalplatform-1.1-r1
        media-libs/libglvnd
 "

diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.19.ebuild 
b/gui-libs/egl-wayland/egl-wayland-1.1.19.ebuild
index dd10f6cb6924..27c44296558d 100644
--- a/gui-libs/egl-wayland/egl-wayland-1.1.19.ebuild
+++ b/gui-libs/egl-wayland/egl-wayland-1.1.19.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
 "
 DEPEND="
        ${RDEPEND}
-       dev-libs/wayland-protocols
+       >=dev-libs/wayland-protocols-1.34
        >=gui-libs/eglexternalplatform-1.1-r1
        media-libs/libglvnd
 "

Reply via email to