intel: tools: dump-gpu: dump 48-bit addresses
[mesa.git] / meson.build
index e88616c9e82a9f45245c410e14d66e5e0cc27f53..b2722c71e5bd1d1fb02763249a87d20e07c6e895 100644 (file)
@@ -441,7 +441,7 @@ elif not (with_gallium_r600 or with_gallium_nouveau)
 endif
 dep_xvmc = null_dep
 with_gallium_xvmc = false
-if _xmvc != 'false'
+if _xvmc != 'false'
   dep_xvmc = dependency('xvmc', version : '>= 1.0.6', required : _xvmc == 'true')
   with_gallium_xvmc = dep_xvmc.found()
 endif