summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2019-04-07 12:31:40 -0700
committerMatt Turner <mattst88@gmail.com>2019-04-07 12:31:40 -0700
commit4c4753c4073f2f0f5a2981b50ff67734c9c62745 (patch)
tree13952191109350b1594bc0f3e193be8c70540958
parent72959837abb669972cf21b3dda6f3bb645be2750 (diff)
downloadpixman-4c4753c4073f2f0f5a2981b50ff67734c9c62745.tar.gz
meson: Correct copy-and-paste mistake
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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')