libgl-xlib: Fix xlib_sw_winsys.h include path.
authorVinson Lee <vlee@freedesktop.org>
Sat, 22 Feb 2014 03:53:29 +0000 (19:53 -0800)
committerVinson Lee <vlee@freedesktop.org>
Sat, 22 Feb 2014 03:56:17 +0000 (19:56 -0800)
This patch fixes this SCons build error introduced with commit
4f37e52f374b8b1d7177634dc09ab71e30e1779d.

  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>
src/gallium/targets/libgl-xlib/xlib.c

index c059a0e7b759efebeb5ee2fda9fcfd1d3acbd02f..1b62afb29b5ed8e15c1416793900aec3fef37d4d 100644 (file)
@@ -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"