~ubuntu-branches/ubuntu/precise/mesa/precise-updates

« back to all changes in this revision

Viewing changes to src/gallium/targets/dri-vmwgfx/SConscript

  • Committer: Package Import Robot
  • Author(s): Robert Hooker
  • Date: 2012-02-02 12:05:48 UTC
  • mfrom: (1.7.1) (3.3.27 sid)
  • Revision ID: package-import@ubuntu.com-20120202120548-nvkma85jq0h4coix
Tags: 8.0~rc2-0ubuntu4
Drop drisearchdir handling, it is no longer needed with multiarch
and dri-alternates being removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
env = drienv.Clone()
4
4
 
5
 
if True:
 
5
if env['build'] == 'release':
 
6
    env.Append(CPPDEFINES = ['GALLIUM_RBUG'])
 
7
    env.Prepend(LIBS = [rbug])
 
8
else:
6
9
    env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE'])
7
10
    env.Prepend(LIBS = [trace, rbug, galahad, softpipe, ws_wrapper])
8
11
 
 
12
 
9
13
env.Prepend(LIBS = [
10
14
    st_dri,
11
15
    svgadrm,