scons: Fix build.

This commit is contained in:
Michal Krol 2008-08-18 14:40:02 +02:00
parent 5c9d0c7052
commit 6fdc057887

View file

@ -1,6 +1,6 @@
Import('*')
if env['drm']:
if env['dri']:
SConscript([
'drm/SConscript',
])