Mesa (master): meson: fix pkg-config Gl Require.Private

Dylan Baker dbaker at kemper.freedesktop.org
Fri Oct 27 18:26:39 UTC 2017


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

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Tue Oct 24 11:28:42 2017 -0700

meson: fix pkg-config Gl Require.Private

xf86vm -> xxf86vm

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

---

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

diff --git a/meson.build b/meson.build
index 875f9d4d29..df7084cd5b 100644
--- a/meson.build
+++ b/meson.build
@@ -823,7 +823,7 @@ gl_priv_reqs = [
   'xcb-glx >= 1.8.1', 'libdrm >= 2.4.75',
 ]
 if dep_xf86vm != [] and dep_xf86vm.found()
-  gl_priv_reqs += 'xf86vm'
+  gl_priv_reqs += 'xxf86vm'
 endif
 if with_dri_platform == 'drm'
   gl_priv_reqs += 'xcb-dri2 >= 1.8'




More information about the mesa-commit mailing list