https://bugs.freedesktop.org/show_bug.cgi?id=80848
Emil Velikov <emil.l.veli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|kei...@keithp.com |mesa-dev@lists.freedesktop. | |org --- Comment #6 from Emil Velikov <emil.l.veli...@gmail.com> --- So after a bit of tinkering with objdump, libxcb.so, libGL.so and mesa's sources the following files use core xcb functions: src/glx/create_context.c src/glx/tests/create_context_unittest.cpp src/glx/dri3_glx.c src/egl/drivers/dri2/platform_x11.c src/gallium/auxiliary/vl/vl_winsys_dri.c So we should be checking/linking against xcb in: libGL (unconditionally) libEGL (when building the x11 backend) libvdpau* (unconditionally) I'll prep a few patches that correctly link the libraries against libxcb. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev