diff options
author | Chia-I Wu <[email protected]> | 2010-01-22 15:12:19 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-22 15:16:31 +0800 |
commit | 2a928899e345e400c4266910b4e33b36a20575e2 (patch) | |
tree | 75e861edae0fda403516aa18890ce71958205a67 /src/mesa/drivers/dri/fb/Makefile | |
parent | 324fdf736453fbdcbc904c38ff383b540fb815c7 (diff) |
egl: Remove USING_EGL and the related drivers.
They do not build for a long while and there seems to be no active
users. It might be better for them to live in the git histroy.
Diffstat (limited to 'src/mesa/drivers/dri/fb/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/fb/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/fb/Makefile b/src/mesa/drivers/dri/fb/Makefile index cf9b3a85563..848e2041e27 100644 --- a/src/mesa/drivers/dri/fb/Makefile +++ b/src/mesa/drivers/dri/fb/Makefile @@ -5,9 +5,6 @@ include $(TOP)/configs/current LIBNAME = fb_dri.so -ifeq ($(USING_EGL), 1) -EGL_SOURCES = server/radeon_egl.c -endif DRIVER_SOURCES = \ fb_dri.c \ |