media-libs/babl: meson option type changed

Upstream commit: 97f02a1d107bba4d27edccd27c5a39bdae76cb93

Closes: https://bugs.gentoo.org/963964
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44074
Closes: https://github.com/gentoo/gentoo/pull/44074
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-10-09 08:21:05 +03:00
committed by Sam James
parent 434c4d831f
commit 295fe9df9c

View File

@@ -48,7 +48,7 @@ src_configure() {
local emesonargs=(
-Dwith-docs=false
$(meson_use introspection enable-gir)
$(meson_use lcms with-lcms)
$(meson_feature lcms with-lcms)
$(meson_use vala enable-vapi)
$(meson_use cpu_flags_x86_avx2 enable-avx2)
$(meson_use cpu_flags_x86_f16c enable-f16c)