diff options
author | Keith Whitwell <[email protected]> | 2010-03-09 11:48:57 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-03-09 11:48:57 +0000 |
commit | 8ac10162f1412469698322c1c1baf5aaf78a4645 (patch) | |
tree | 3123fac927cde13e15eb3bd408870dd047f4fe39 /src/gallium/winsys/xlib/SConscript | |
parent | d5bf9c0a5e51d160e7037297faf7657a0e2c6360 (diff) |
ws/xlib: remove USE_XSHM preprocessor macro
Diffstat (limited to 'src/gallium/winsys/xlib/SConscript')
-rw-r--r-- | src/gallium/winsys/xlib/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/winsys/xlib/SConscript b/src/gallium/winsys/xlib/SConscript index 26a13e42b5c..587cdb8e38a 100644 --- a/src/gallium/winsys/xlib/SConscript +++ b/src/gallium/winsys/xlib/SConscript @@ -15,8 +15,6 @@ if env['platform'] == 'linux' \ '#/src/gallium/drivers', ]) - env.Append(CPPDEFINES = ['USE_XSHM']) - st_xlib = env.ConvenienceLibrary( target = 'ws_xlib', source = [ |