[Mesa-dev] [Bug 66357] pipe_loader_sw fails to build without libx11 headers

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 1 12:19:07 PDT 2013


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

--- Comment #2 from Martin Jansa <Martin.Jansa at gmail.com> ---
To fix build with xlib enabled:
 #ifdef HAVE_PIPE_LOADER_XLIB
-   x11_sw_create,
+   xlib_create_sw_winsys
 #endif

But HAVE_PIPE_LOADER_XLIB was removed recently:

commit 657cfe62521f05dab744824e9d72e0a753fd9096
Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Apr 22 11:41:26 2013 -0700
configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro.

and then
commit 1b6281443d9cf4e85988724bbf8f54ae5d3a92d0
Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Apr 22 14:28:50 2013 -0700
build: Remove libws_xlib.la from GALLIUM_PIPE_LOADER_LIBS.

So maybe the easiest way to resolve this is to remove xlib support from
pipe_loader_sw?

-- 
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/20130701/f9b7200c/attachment.html>


More information about the mesa-dev mailing list