From: Brian Paul Date: Fri, 21 May 2010 20:12:11 +0000 (-0600) Subject: mesa: disable building the removed demos with scons X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c226d0ab833b4bd359c675aefbc6aaeb485fd98;p=profile%2Fivi%2Fmesa.git mesa: disable building the removed demos with scons --- diff --git a/SConstruct b/SConstruct index c843b41..5c72323 100644 --- a/SConstruct +++ b/SConstruct @@ -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 -)