mesa: disable building the removed demos with scons
authorBrian Paul <brianp@vmware.com>
Fri, 21 May 2010 20:12:11 +0000 (14:12 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 21 May 2010 20:12:16 +0000 (14:12 -0600)
SConstruct

index c843b41b0dc933c6f7562a13108d29933a053612..5c72323d839110ba9b726ba9d22de1d8fce66838 100644 (file)
@@ -231,8 +231,3 @@ SConscript(
 
 env.Default('src')
 
-SConscript(
-    'progs/SConscript',
-    variant_dir = os.path.join('progs', env['build']),
-    duplicate = 0 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html
-)