~marcoil/glproxy/detection

« back to all changes in this revision

Viewing changes to tests/triangle/wscript_build

  • Committer: Marc Ordinas i Llopis
  • Date: 2011-10-13 14:03:19 UTC
  • mfrom: (32.1.2 waf)
  • Revision ID: marc.ordinasillopis@linaro.org-20111013140319-9tgvqw6zrjigrrwh
Switch build system to waf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if ctx.env.HAVE_EGL:
 
2
        bld.program(
 
3
                source = ['triangle.c'],
 
4
                target = 'glproxy_triangle',
 
5
                use = ['x11', 'm', 'egl', 'glproxy'])
 
6