diff options
author | Chia-I Wu <[email protected]> | 2010-06-30 16:08:52 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-06-30 18:32:48 +0800 |
commit | 106466783f986f532d3ee7af3a70f693c610ea04 (patch) | |
tree | 4deae5c66747d1ced1812891b220eaa0e303b895 /src/egl/main/SConscript | |
parent | 2d8e70fcd57b23786e3f4196f35440ed1861a98b (diff) |
egl: Add dynamic array.
Dynamic arrays will be used to store configs and screens of a display.
Diffstat (limited to 'src/egl/main/SConscript')
-rw-r--r-- | src/egl/main/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/SConscript b/src/egl/main/SConscript index 69ad873bd66..3d7ae3a8e4e 100644 --- a/src/egl/main/SConscript +++ b/src/egl/main/SConscript @@ -21,6 +21,7 @@ if env['platform'] != 'winddk': egl_sources = [ 'eglapi.c', + 'eglarray.c', 'eglconfig.c', 'eglconfigutil.c', 'eglcontext.c', |