summaryrefslogtreecommitdiff
path: root/src/egl/drivers/glx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/drivers/glx/Makefile')
-rw-r--r--src/egl/drivers/glx/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/egl/drivers/glx/Makefile b/src/egl/drivers/glx/Makefile
deleted file mode 100644
index 1625e031bd9..00000000000
--- a/src/egl/drivers/glx/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# src/egl/drivers/glx/Makefile
-
-TOP = ../../../..
-include $(TOP)/configs/current
-
-EGL_DRIVER = egl_glx
-EGL_SOURCES = egl_glx.c
-
-EGL_INCLUDES = \
- -I$(TOP)/include \
- -I$(TOP)/src/egl/main
-
-EGL_CFLAGS = $(X11_CFLAGS)
-EGL_LIBS = $(X11_LIBS) $(DLOPEN_LIBS)
-
-EGL_BUILTIN = true
-
-include ../Makefile.template