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

--- Comment #2 from Martin Jansa <martin.ja...@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 <matts...@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 <matts...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to