st/mesa: fix incorrect RowStride computation
[mesa.git] / progs / fpglsl / SConscript
1 Import('env')
2
3 if not env['GLUT']:
4 Return()
5
6 env = env.Clone()
7
8 env.Prepend(LIBS = ['$GLUT_LIB'])
9
10 env.Program(
11 target = 'fp-tri',
12 source = ['fp-tri.c'],
13 )