diff options
author | Jakob Bornecrantz <[email protected]> | 2008-07-13 18:04:49 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2008-07-13 18:05:20 +0200 |
commit | e59086ab91281cafcae094164bf4d8454df337ae (patch) | |
tree | de8a71def128d68aac2d7ef2ce621235f90d29ca /configs/default | |
parent | 930a863c4f6f11d0fd5cf396ef76054d52c69b9f (diff) |
EGL: Only build EGL dri based drivers under linux-dri based configs
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/default b/configs/default index ef9c5fda1eb..1b203b00d29 100644 --- a/configs/default +++ b/configs/default @@ -66,6 +66,8 @@ DRIVER_DIRS = # Which subdirs under $(TOP)/progs/ to enter: PROGRAM_DIRS = demos redbook samples glsl xdemos +# EGL directories +EGL_DRIVERS_DIRS = demo # Gallium directories and GALLIUM_AUXILIARY_DIRS = draw translate cso_cache pipebuffer tgsi sct rtasm util |