This is needed in cases where xcb isn't actually needed as a dependency, but may still be included somewhere.
cc: Erik Faye-Lund <[email protected]> cc: Eric Engestrom <[email protected]> Signed-off-by: Dylan Baker <[email protected]> --- 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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
