From 4f37e52f374b8b1d7177634dc09ab71e30e1779d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 13 Feb 2014 15:24:16 +0000 Subject: winsys/xlib: move xlib_create_sw_winsys within the winsys v2: Rebase on top of vl_winsys_xsp.c removal Signed-off-by: Emil Velikov Reviewed-by: Jakob Bornecrantz (v1) --- src/gallium/targets/graw-xlib/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/graw-xlib/SConscript') diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript index 9cbe7bb3c05..76e4d4fd64e 100644 --- a/src/gallium/targets/graw-xlib/SConscript +++ b/src/gallium/targets/graw-xlib/SConscript @@ -16,6 +16,7 @@ env.Append(LIBPATH = env['X11_LIBPATH']) env.Append(CPPPATH = [ '#src/gallium/drivers', '#src/gallium/include/state_tracker', + '#src/gallium/winsys', ]) env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE', 'GALLIUM_GALAHAD']) -- cgit v1.2.3