diff options
author | Andreas Boll <[email protected]> | 2013-05-03 11:41:00 +0200 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-05-03 18:44:57 +0200 |
commit | e62be5de53a528cf1a0d6cbcb76b493838dac643 (patch) | |
tree | f71a4774942dca57329fe2e4ff15c5e156808df5 /src/gallium/SConscript | |
parent | 4ca44f2c5e6b3a0a91626b576d72d306e5c08592 (diff) |
scons: remove nouveau build
One build system for linux/unix only drivers should be enough.
Additionally the nouveau target was disabled anyway.
Acked-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index c53cd391b1f..a3edc655432 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -27,19 +27,6 @@ if not env['msvc']: 'drivers/i915/SConscript', ]) -if env['drm']: - # These drivers depend on drm headers - # XXX: nouveau drivers have a tight dependency on libdrm, so to enable - # we need some version logic before we enable them. Also, ATM there is - # no nouveau target in scons - # if env['drm_nouveau']: - # SConscript([ - # 'drivers/nouveau/SConscript', - # 'drivers/nv50/SConscript', - # 'drivers/nvc0/SConscript', - # 'drivers/nvfx/SConscript', - # ]) - # # State trackers # @@ -132,7 +119,6 @@ if not env['embedded']: 'targets/SConscript.dri', 'targets/dri-swrast/SConscript', 'targets/dri-vmwgfx/SConscript', - #'targets/dri-nouveau/SConscript', ]) if env['drm_intel']: SConscript([ @@ -142,7 +128,6 @@ if not env['embedded']: if env['xorg'] and env['drm']: SConscript([ #'targets/xorg-i915/SConscript', - #'targets/xorg-nouveau/SConscript', ]) |