Mesa (master): meson: fix trivial s/dir/dri/ typo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 18 11:16:35 UTC 2020


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

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Mon Aug 17 20:58:43 2020 +0200

meson: fix trivial s/dir/dri/ typo

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6354>

---

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

diff --git a/meson.build b/meson.build
index 2478753f2af..88dcc8151ea 100644
--- a/meson.build
+++ b/meson.build
@@ -1650,7 +1650,7 @@ if with_osmesa != 'none'
   osmesa_bits = get_option('osmesa-bits')
   if osmesa_bits != '8'
     if with_dri or with_glx != 'disabled'
-      error('OSMesa bits must be 8 if building glx or dir based drivers')
+      error('OSMesa bits must be 8 if building glx or dri based drivers')
     endif
     osmesa_lib_name = osmesa_lib_name + osmesa_bits
     pre_args += [



More information about the mesa-commit mailing list