[Mesa-dev] [PATCH] meson: declare an empty xcb dependency

Dylan Baker dylan at pnwbakers.com
Fri Oct 27 17:25:33 UTC 2017


This is needed in cases where xcb isn't actually needed as a dependency,
but may still be included somewhere.

cc: Erik Faye-Lund <kusmabite at gmail.com>
cc: Eric Engestrom <eric.engestrom at imgtec.com>
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meson.build b/meson.build
index 875f9d4d294..102b75c2320 100644
--- a/meson.build
+++ b/meson.build
@@ -740,6 +740,7 @@ dep_xext = []
 dep_xdamage = []
 dep_xfixes = []
 dep_x11_xcb = []
+dep_xcb = []
 dep_xcb_glx = []
 dep_xcb_dri2 = []
 dep_xcb_dri3 = []
-- 
2.14.2



More information about the mesa-dev mailing list