It is not supported by upstream right now. bug #667460
Package-Manager: Portage-2.3.50, Repoman-2.3.10
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
use 8bit && bits+=( 8 )
use 10bit && bits+=( 10 )
+ if [[ ${MULTILIB_ABI_FLAG} == abi_x86_x32 ]]; then
+ build_asm=false
+ else
+ build_asm=$(usex asm true false)
+ fi
+
local emesonargs=(
-D bitdepths=$(IFS=,; echo "${bits[*]}")
- -D build_asm=$(usex asm true false)
+ -D build_asm=$build_asm
)
meson_src_configure
}