summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-12-21 14:11:51 -0500
committerMatt Turner <mattst88@gentoo.org>2023-12-21 14:11:51 -0500
commit1ea1cc03e2d264794633fe34e28bd5dc05fb612a (patch)
tree52dd734f529a1820257e3f2dc7c4795730feca96 /media-libs/mesa/mesa-9999.ebuild
parentmedia-libs/mesa: Depend on meson >= 1.3.0 for rusticl (diff)
downloadgentoo-1ea1cc03e2d264794633fe34e28bd5dc05fb612a.tar.gz
gentoo-1ea1cc03e2d264794633fe34e28bd5dc05fb612a.tar.bz2
gentoo-1ea1cc03e2d264794633fe34e28bd5dc05fb612a.zip
media-libs/mesa: Enable free codecs
Closes: https://bugs.gentoo.org/918093 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 5bd8666f7c5a..15c11249c613 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -416,7 +416,7 @@ multilib_src_configure() {
$(meson_feature zstd)
$(meson_use cpu_flags_x86_sse2 sse2)
-Dvalgrind=$(usex valgrind auto disabled)
- -Dvideo-codecs=$(usex proprietary-codecs "h264dec,h264enc,h265dec,h265enc,vc1dec" "")
+ -Dvideo-codecs=$(usex proprietary-codecs "all" "all_free")
-Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}")
-Dvulkan-drivers=$(driver_list "${VULKAN_DRIVERS[*]}")
--buildtype $(usex debug debug plain)