Browse Source

scons: Add swr compile option

To buils The SWR driver (currently optional, not compiled by default)

v3: add option as opposed to target

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
tags/17.0-branchpoint
George Kyriazis 9 years ago
parent
commit
9085f1a9cc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      common.py

+ 1
- 0
common.py View File

@@ -110,5 +110,6 @@ def AddOptions(opts):
opts.Add(BoolOption('texture_float',
'enable floating-point textures and renderbuffers',
'no'))
opts.Add(BoolOption('swr', 'Build OpenSWR', 'no'))
if host_platform == 'windows':
opts.Add('MSVC_VERSION', 'Microsoft Visual C/C++ version')

Loading…
Cancel
Save