diff options
author | Emil Velikov <[email protected]> | 2014-06-17 00:14:51 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-07-10 01:06:48 +0100 |
commit | f6898aa264717df2f7c66f393cbac703e0c588cb (patch) | |
tree | 37c79e737c9ab0cc338edc2ccd97be901636d0c9 /src/gallium | |
parent | 5c68a1dc0b73431438ede8bd08d4f0d27f121e4d (diff) |
targets/dri: update scons build to handle __driDriverGetExtensions_vmwgfx
Cc: Jose Fonseca <[email protected]>
Cc: Brian Paul <[email protected]>
Cc: Jakob Bornecrantz <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Tested-by: Rob Clark <[email protected]>
Tested-by: Thomas Helland <thomashelland90 at gmail.com>
Acked-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/targets/dri/SConscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/targets/dri/SConscript b/src/gallium/targets/dri/SConscript index 9908b519fdb..5b5ddc6a25b 100644 --- a/src/gallium/targets/dri/SConscript +++ b/src/gallium/targets/dri/SConscript @@ -8,6 +8,10 @@ if env['suncc']: env.Append(CPPPATH = [ '#/src/loader', + '#/src/mapi', + '#/src/mesa', + '#/src/mesa/drivers/dri/common', + '#/src/gallium/state_trackers/dri/common', ]) if env['build'] == 'release': @@ -19,6 +23,7 @@ else: env.Append(CPPDEFINES = [ 'GALLIUM_VMWGFX', + 'DRI_TARGET', ]) env.Prepend(LIBS = [ |