commit:     39d1558b97ef923aff0522007ac9b75d4b1d9aaf
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Sep 20 12:01:22 2025 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Sep 20 12:02:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39d1558b

media-libs/monado: merge USE=gles into USE=opengl

As done in mesa

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 media-libs/monado/metadata.xml         | 1 -
 media-libs/monado/monado-25.0.0.ebuild | 5 ++---
 media-libs/monado/monado-9999.ebuild   | 5 ++---
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/media-libs/monado/metadata.xml b/media-libs/monado/metadata.xml
index 9847c3e1ac..fc6f443f8e 100644
--- a/media-libs/monado/metadata.xml
+++ b/media-libs/monado/metadata.xml
@@ -8,7 +8,6 @@
        <use>
                <flag name="dbus">Enable dbus support (for BLE support)</flag>
                <flag name="ffmpeg">Enable ffmpeg testing video driver</flag>
-               <flag name="gles">Enable OpenGL-ES Graphics API support</flag>
                <flag name="gstreamer">Enable gstreamer</flag>
                <flag name="onnxruntime">Enable handtracking support via 
<pkg>sci-libs/onnxruntime</pkg></flag>
                <flag name="opencv">Enable OpenCV backend</flag>

diff --git a/media-libs/monado/monado-25.0.0.ebuild 
b/media-libs/monado/monado-25.0.0.ebuild
index b0d98e26ac..16a327cf10 100644
--- a/media-libs/monado/monado-25.0.0.ebuild
+++ b/media-libs/monado/monado-25.0.0.ebuild
@@ -20,7 +20,7 @@ fi
 LICENSE="Boost-1.0"
 SLOT="0"
 
-IUSE="dbus gles gstreamer onnxruntime opencv opengl psvr sdl systemd uvc vive 
vulkan wayland X"
+IUSE="dbus gstreamer onnxruntime opencv opengl psvr sdl systemd uvc vive 
vulkan wayland X"
 
 # TODO: OpenHMD, percetto?, libsurvive?
 DEPEND="
@@ -49,7 +49,6 @@ DEPEND="
        )
        opengl? ( virtual/opengl )
        opencv? ( media-libs/opencv:= )
-       gles? ( media-libs/mesa[gles1,gles2] )
        dbus? ( sys-apps/dbus )
        systemd? ( sys-apps/systemd:= )
        uvc? ( media-libs/libuvc )
@@ -70,7 +69,7 @@ src_configure() {
 
                -DXRT_HAVE_VULKAN=$(usex vulkan)
                -DXRT_HAVE_OPENGL=$(usex opengl)
-               -DXRT_HAVE_OPENGLES=$(usex gles)
+               -DXRT_HAVE_OPENGLES=$(usex opengl)
                -DXRT_HAVE_EGL=ON
                -DXRT_HAVE_LIBBSD=ON
                -DXRT_HAVE_SYSTEMD=$(usex systemd)

diff --git a/media-libs/monado/monado-9999.ebuild 
b/media-libs/monado/monado-9999.ebuild
index b0d98e26ac..16a327cf10 100644
--- a/media-libs/monado/monado-9999.ebuild
+++ b/media-libs/monado/monado-9999.ebuild
@@ -20,7 +20,7 @@ fi
 LICENSE="Boost-1.0"
 SLOT="0"
 
-IUSE="dbus gles gstreamer onnxruntime opencv opengl psvr sdl systemd uvc vive 
vulkan wayland X"
+IUSE="dbus gstreamer onnxruntime opencv opengl psvr sdl systemd uvc vive 
vulkan wayland X"
 
 # TODO: OpenHMD, percetto?, libsurvive?
 DEPEND="
@@ -49,7 +49,6 @@ DEPEND="
        )
        opengl? ( virtual/opengl )
        opencv? ( media-libs/opencv:= )
-       gles? ( media-libs/mesa[gles1,gles2] )
        dbus? ( sys-apps/dbus )
        systemd? ( sys-apps/systemd:= )
        uvc? ( media-libs/libuvc )
@@ -70,7 +69,7 @@ src_configure() {
 
                -DXRT_HAVE_VULKAN=$(usex vulkan)
                -DXRT_HAVE_OPENGL=$(usex opengl)
-               -DXRT_HAVE_OPENGLES=$(usex gles)
+               -DXRT_HAVE_OPENGLES=$(usex opengl)
                -DXRT_HAVE_EGL=ON
                -DXRT_HAVE_LIBBSD=ON
                -DXRT_HAVE_SYSTEMD=$(usex systemd)

Reply via email to