[Mesa-dev] [Bug 75356] pipe_loader_sw.c:64: undefined reference to `xlib_create_sw_winsys'

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 24 06:59:52 PST 2014


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Emil Velikov <emil.l.velikov at gmail.com> ---
Pushed to master

commit 3445e8bb921545f74e2b6a823d47fa29352e9262
Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Sat Feb 22 16:44:14 2014 +0000

    pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB

    The above function implies using the the xlib winsys, which
    has additional library dependencies that should not be forced.

    Make the software xlib pipe loader optional thus avoid all
    the dependency hell. A user that wishes to use the particular
    pipe-loader would need to set the following within configure.ac.

     enable_gallium_xlib_loader=yes

    v2:
     - Wrap sw/xlib/xlib_sw_winsys.h to handle compilation on systems
    lacking X11 headers. Spotted by Christian Prochaska.

-- 
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/20140224/285d5857/attachment-0001.html>


More information about the mesa-dev mailing list