meson: fix trivial s/dir/dri/ typo
authorEric Engestrom <eric@engestrom.ch>
Mon, 17 Aug 2020 18:58:43 +0000 (20:58 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 18 Aug 2020 10:58:22 +0000 (10:58 +0000)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6354>

meson.build

index 2478753f2afac82f55a436b8a42cbeecf6da1a14..88dcc8151ea81ee41bea5d705763dca9e567fe67 100644 (file)
@@ -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'
   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 += [
     endif
     osmesa_lib_name = osmesa_lib_name + osmesa_bits
     pre_args += [