pixman: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Apr 7 19:32:02 UTC 2019


 meson.build |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4c4753c4073f2f0f5a2981b50ff67734c9c62745
Author: Matt Turner <mattst88 at gmail.com>
Date:   Sun Apr 7 12:31:40 2019 -0700

    meson: Correct copy-and-paste mistake
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

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')


More information about the xorg-commit mailing list