commit:     f9d2ced166d02761ab3c42939b96bd9543e7315e
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Wed Sep  4 19:00:35 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 19:46:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d2ced1

media-libs/mesa: remove dri3 meson build option

This commit removes -Ddri3=enabled from the ebuild, since it's now
unconditionally enabled upstream [1], so there is a build failure if
the option is passed through to meson.

[1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30952

Closes: https://bugs.gentoo.org/939079
Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index a64eb1901f88..2a22372153e4 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -440,7 +440,6 @@ multilib_src_configure() {
        emesonargs+=(
                $(meson_use test build-tests)
                -Dshared-glapi=enabled
-               -Ddri3=enabled
                -Dexpat=enabled
                $(meson_use opengl)
                $(meson_feature opengl gbm)

Reply via email to