commit: 40868cdbd7bc421ffc020614b9299f80a3e61e3e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Apr 7 20:55:15 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Apr 7 20:59:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40868cdb
x11-libs/pixman: Add iwmmxt2 support Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-libs/pixman/pixman-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild index 9af2c222cf3..b3d002804a6 100644 --- a/x11-libs/pixman/pixman-9999.ebuild +++ b/x11-libs/pixman/pixman-9999.ebuild @@ -22,7 +22,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="altivec cpu_flags_arm_iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3" +IUSE="altivec cpu_flags_arm_iwmmxt cpu_flags_arm_iwmmxt2 loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3" src_unpack() { default @@ -32,6 +32,7 @@ src_unpack() { multilib_src_configure() { local emesonargs=( $(meson_feature cpu_flags_arm_iwmmxt iwmmxt) + $(meson_use cpu_flags_arm_iwmmxt2 iwmmxt2) $(meson_feature cpu_flags_x86_mmxext mmx) $(meson_feature cpu_flags_x86_sse2 sse2) $(meson_feature cpu_flags_x86_ssse3 ssse3)