diff options
author | Chia-I Wu <[email protected]> | 2010-01-22 15:18:45 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-22 15:37:56 +0800 |
commit | 52d7b2cedee44fbd9a0e6405b974c62898bed169 (patch) | |
tree | 37eeff928e3ca970d0a25b0e02477cdb3f8970cc /src/gallium/state_trackers/egl/Makefile | |
parent | 2a928899e345e400c4266910b4e33b36a20575e2 (diff) |
st/egl: Remove the egl state tracker.
The egl_g3d state tracker has support for KMS, and the support is based
on the egl state tracker. As egl_g3d provides more features, it should
be better to keep only egl_g3d to unify the efforts.
Diffstat (limited to 'src/gallium/state_trackers/egl/Makefile')
-rw-r--r-- | src/gallium/state_trackers/egl/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefile deleted file mode 100644 index e825aa718b6..00000000000 --- a/src/gallium/state_trackers/egl/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = egldrm - -LIBRARY_INCLUDES = \ - -I$(TOP)/src/gallium/include \ - -I$(TOP)/src/gallium/auxiliary \ - -I$(TOP)/src/mesa/drivers/dri/common \ - -I$(TOP)/src/mesa \ - -I$(TOP)/include \ - -I$(TOP)/src/egl/main \ - $(shell pkg-config --cflags-only-I libdrm) - - -C_SOURCES = $(wildcard ./*.c) - - -include ../../Makefile.template |