diff options
author | Eric Anholt <[email protected]> | 2005-08-08 03:27:28 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2005-08-08 03:27:28 +0000 |
commit | 81b3c5e85c7788b1bc381e521c33091b336a04a8 (patch) | |
tree | 79a9c445a5d5392ebab49fc1866d1b29defc7137 /configs | |
parent | f1a261377f8f7fb0708c76ae68aecf93059ca761 (diff) |
Dike out the linux-specific EGL bits unless it's a linux build.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 7902ce9339c..3862cb2b3fb 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -47,6 +47,7 @@ SRC_DIRS = egl glx/x11 mesa glu glut/glx glw DRIVER_DIRS = dri PROGRAM_DIRS = egl WINDOW_SYSTEM=dri +USING_EGL=1 # gamma are missing because they have not been converted to use the new # interface. |