diff options
author | Chia-I Wu <[email protected]> | 2010-01-22 15:07:58 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-22 15:10:09 +0800 |
commit | 324fdf736453fbdcbc904c38ff383b540fb815c7 (patch) | |
tree | 8ee4208104b8b260b97550d435c5de79d875a1ff /configs | |
parent | cfb1ed39771c7f3876a8231ab1c8a8d6f7b5deae (diff) |
egl: Remove the demo driver.
The demo driver has outdated. It is suggested to look at any of the
drivers that is functioning.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 2 | ||||
-rw-r--r-- | configs/linux-dri | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/default b/configs/default index ec9670dd634..6863495be3e 100644 --- a/configs/default +++ b/configs/default @@ -93,7 +93,7 @@ DRIVER_DIRS = x11 osmesa PROGRAM_DIRS = demos redbook samples glsl objviewer xdemos # EGL drivers to build -EGL_DRIVERS_DIRS = demo +EGL_DRIVERS_DIRS = glx # Gallium directories and GALLIUM_DIRS = auxiliary drivers state_trackers diff --git a/configs/linux-dri b/configs/linux-dri index ff9bcc9396a..95f77ade1dd 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -55,7 +55,7 @@ SRC_DIRS := glx/x11 egl $(SRC_DIRS) PROGRAM_DIRS := egl $(PROGRAM_DIRS) # EGL directories -EGL_DRIVERS_DIRS = demo glx +EGL_DRIVERS_DIRS = glx DRIVER_DIRS = dri WINDOW_SYSTEM = dri |