mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 18:28:12 +02:00
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:
parent
79d403417c
commit
66b1597a88
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue