[Mesa-dev] [Bug 80848] [dri3] Building mesa fails with dri3 enabled

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jul 11 14:46:19 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=80848

Emil Velikov <emil.l.velikov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|keithp at keithp.com           |mesa-dev at lists.freedesktop.
                   |                            |org

--- Comment #6 from Emil Velikov <emil.l.velikov at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140711/eeb5fbca/attachment.html>


More information about the mesa-dev mailing list