From 636f7becfd9afc0d2d19090a16a780098cfa4eb3 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 31 May 2010 12:38:44 +0800 Subject: targets/egl: Add SConscript for egl-apis. It will build api_OpenVG.dll on Windows. --- src/gallium/targets/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/SConscript') diff --git a/src/gallium/targets/SConscript b/src/gallium/targets/SConscript index bae839a772f..b61a4855af1 100644 --- a/src/gallium/targets/SConscript +++ b/src/gallium/targets/SConscript @@ -33,6 +33,7 @@ if 'xorg' in env['statetrackers']: if 'egl' in env['statetrackers']: SConscript([ 'egl-swrast/SConscript', + 'egl-apis/SConscript', ]) # Ideally all non-target directories would produce convenience -- cgit v1.2.3