I could have sworn this got fixed already, but clearly not. reviewed-by: Dylan Baker <[email protected]>
On October 17, 2017 6:04:16 PM PDT, Nicholas Miell <[email protected]> wrote: >The pkg-config file is called xxf86vm. > >Signed-off-by: Nicholas Miell <[email protected]> >--- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/meson.build b/meson.build >index 33121600d0c..82c4d2ed12c 100644 >--- a/meson.build >+++ b/meson.build >@@ -678,7 +678,7 @@ if with_platform_x11 > dep_xdamage = dependency('xdamage', version : '>= 1.1') > dep_xfixes = dependency('xfixes') > dep_xcb_glx = dependency('xcb-glx', version : '>= 1.8.1') >- dep_xf86vm = dependency('xf86vm', required : false) >+ dep_xf86vm = dependency('xxf86vm', required : false) > endif > if with_any_vk or (with_glx == 'dri' and with_dri_platform == 'drm') > dep_xcb = dependency('xcb') >-- >2.13.6 > >_______________________________________________ >mesa-dev mailing list >[email protected] >https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
