<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - pipe_loader_sw fails to build without libx11 headers"
href="https://bugs.freedesktop.org/show_bug.cgi?id=66357#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - pipe_loader_sw fails to build without libx11 headers"
href="https://bugs.freedesktop.org/show_bug.cgi?id=66357">bug 66357</a>
from <span class="vcard"><a class="email" href="mailto:Martin.Jansa@gmail.com" title="Martin Jansa <Martin.Jansa@gmail.com>"> <span class="fn">Martin Jansa</span></a>
</span></b>
<pre>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 <<a href="mailto:mattst88@gmail.com">mattst88@gmail.com</a>>
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 <<a href="mailto:mattst88@gmail.com">mattst88@gmail.com</a>>
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?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>