From: Matt Turner Date: Sun, 7 Apr 2019 19:31:40 +0000 (-0700) Subject: meson: Correct copy-and-paste mistake X-Git-Tag: pixman-0.38.2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c4753c4073f2f0f5a2981b50ff67734c9c62745;p=platform%2Fupstream%2Fpixman.git meson: Correct copy-and-paste mistake Signed-off-by: Matt Turner --- diff --git a/meson.build b/meson.build index 7bfbd99..8870b9e 100644 --- a/meson.build +++ b/meson.build @@ -290,7 +290,7 @@ endif if have_iwmmxt config.set10('USE_ARM_IWMMXT', true) elif use_iwmmxt.enabled() - error('NEON Support unavailable, but required') + error('IWMMXT Support unavailable, but required') endif use_mips_dspr2 = get_option('mips-dspr2')