Mesa (master): meson: Fix xf86vm dep

Ville Syrjala vsyrjala at kemper.freedesktop.org
Fri Oct 13 11:30:28 UTC 2017


Module: Mesa
Branch: master
Commit: 66b1597a88f7c58eb45f29883ebf5235c1abb952
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=66b1597a88f7c58eb45f29883ebf5235c1abb952

Author: Ville Syrjälä <ville.syrjala at linux.intel.com>
Date:   Tue Oct 10 01:34:18 2017 +0300

meson: Fix xf86vm dep

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

Cc: Dylan Baker <dylan at pnwbakers.com>
Cc: Eric Anholt <eric at anholt.net>
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index bff40f697d..4ba00283ce 100644
--- a/meson.build
+++ b/meson.build
@@ -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




More information about the mesa-commit mailing list