Mesa (master): meson: Fix typo.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 19 03:21:26 UTC 2018


Module: Mesa
Branch: master
Commit: 84f39e5971d77549293a1b8abd479cca2ff4b97e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=84f39e5971d77549293a1b8abd479cca2ff4b97e

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Sun Dec 16 16:35:00 2018 -0800

meson: Fix typo.

Fixes: 6b4c7047d571 ("meson: build gallium nine state_tracker")
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

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

diff --git a/meson.build b/meson.build
index 86ae13fd60..34f29cf410 100644
--- a/meson.build
+++ b/meson.build
@@ -613,7 +613,7 @@ if with_gallium_st_nine
     error('The nine state tracker requires gallium softpipe/llvmpipe.')
   elif not (with_gallium_radeonsi or with_gallium_nouveau or with_gallium_r600
             or with_gallium_r300 or with_gallium_svga or with_gallium_i915)
-    error('The nine state tracker requires at least on non-swrast gallium driver.')
+    error('The nine state tracker requires at least one non-swrast gallium driver.')
   endif
   if not with_dri3
     error('Using nine with wine requires dri3')




More information about the mesa-commit mailing list