diff options
author | Emil Velikov <[email protected]> | 2015-07-14 02:04:30 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-07-22 16:35:27 +0100 |
commit | e7e29189e27bb404bf84d757a8f1dd617126808a (patch) | |
tree | f710649b614a409f4d628ddfd27c9b0b832c9085 /src/SConscript | |
parent | e3420396124c75ec9679c4d1cf3a42c185207e5a (diff) |
scons: rework the EGL build
The scons equivalent of the previous commit - just fold the almost
identical driver + main Sconscripts.
Cc: Alexander von Gluck IV <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/SConscript')
-rw-r--r-- | src/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SConscript b/src/SConscript index 46482fbd62e..106b87d4251 100644 --- a/src/SConscript +++ b/src/SConscript @@ -32,8 +32,7 @@ if not env['embedded']: if env['platform'] not in ('cygwin', 'darwin', 'freebsd', 'haiku', 'windows'): SConscript('glx/SConscript') if env['platform'] == 'haiku': - SConscript('egl/drivers/haiku/SConscript') - SConscript('egl/main/SConscript') + SConscript('egl/SConscript') if env['gles']: SConscript('mapi/shared-glapi/SConscript') |