libgl-xlib: Fix xlib_sw_winsys.h include path.
This patch fixes this SCons build error introduced with commit
4f37e52f37.
Compiling src/gallium/targets/libgl-xlib/xlib.c ...
src/gallium/targets/libgl-xlib/xlib.c:35:42: fatal error: state_tracker/xlib_sw_winsys.h: No such file or directory
#include "state_tracker/xlib_sw_winsys.h"
^
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75347
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
*/
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "util/u_debug.h"
|
||||
#include "state_tracker/xlib_sw_winsys.h"
|
||||
#include "sw/xlib/xlib_sw_winsys.h"
|
||||
#include "xm_public.h"
|
||||
|
||||
#include "state_tracker/st_gl_api.h"
|
||||
|
||||
Reference in New Issue
Block a user