diff options
author | Kostadin Shishmanov <kocelfc@tutanota.com> | 2024-09-04 22:00:35 +0300 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-09-04 15:46:05 -0400 |
commit | f9d2ced166d02761ab3c42939b96bd9543e7315e (patch) | |
tree | d019d05dc8ccc6f7dd29280af941d52cc0e90f22 /media-libs | |
parent | net-im/discord: add 0.0.67, drop 0.0.66 (diff) | |
download | gentoo-f9d2ced166d02761ab3c42939b96bd9543e7315e.tar.gz gentoo-f9d2ced166d02761ab3c42939b96bd9543e7315e.tar.bz2 gentoo-f9d2ced166d02761ab3c42939b96bd9543e7315e.zip |
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@tutanota.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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) |