diff options
author | Dylan Baker <[email protected]> | 2017-10-24 11:34:04 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-27 11:06:07 -0700 |
commit | 1f11ac439541a50149354c1e2b64557fa1c588e3 (patch) | |
tree | 15fd7c6400fd6a103a00310c3ae14e32c1c50869 /src/glx/meson.build | |
parent | b92992e95ccb5f6010f9b6f9894e1c66683d8169 (diff) |
meson: rename all instances of xf86vm to xxf86vm
Because consistency
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/glx/meson.build')
-rw-r--r-- | src/glx/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/meson.build b/src/glx/meson.build index 3fe5fcf0cd6..573316c9424 100644 --- a/src/glx/meson.build +++ b/src/glx/meson.build @@ -126,7 +126,7 @@ gl_lib_cargs = [ '-D_REENTRANT', '-DDEFAULT_DRIVER_DIR="@0@"'.format(dri_driver_dir), ] -if dep_xf86vm != [] and dep_xf86vm.found() +if dep_xxf86vm != [] and dep_xxf86vm.found() gl_lib_cargs += '-DHAVE_XF86VIDMODE' endif |