meson: Fix xf86vm dep

The pkg-config file is called xxf86vm.pc not xf86vm.pc.

Cc: Dylan Baker <dylan@pnwbakers.com>
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Ville Syrjälä
2017-10-10 01:34:18 +03:00
parent 79d403417c
commit 66b1597a88

View File

@@ -582,7 +582,7 @@ if with_platform_x11
dependency('xcb-glx', version : '>= 1.8.1'),
]
dep_xf86vm = dependency('xf86vm', required : false)
dep_xf86vm = dependency('xxf86vm', required : false)
endif
# TODO: XF86VIDMODE
endif