diff options
author | Eric Anholt <[email protected]> | 2012-02-05 07:06:56 +0100 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-02-29 11:52:40 -0800 |
commit | d019cf9124210f8feaca532e3d24cbddcff54061 (patch) | |
tree | 8a6950136cd02e8eb569cdf120794ad831861345 /src/egl/drivers/dri2 | |
parent | 9f0f00c319a18ec2e9f022482fa11990e682c1d7 (diff) |
egl: Drop the non-builtin-drivers support.
The two drivers both did builtin mode, so drop the non-builtin build
system.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/egl/drivers/dri2')
-rw-r--r-- | src/egl/drivers/dri2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/drivers/dri2/Makefile b/src/egl/drivers/dri2/Makefile index 305a739d11a..1086ce28be5 100644 --- a/src/egl/drivers/dri2/Makefile +++ b/src/egl/drivers/dri2/Makefile @@ -18,8 +18,6 @@ EGL_INCLUDES = \ EGL_LIBS = $(LIBUDEV_LIBS) $(DLOPEN_LIBS) $(LIBDRM_LIB) -EGL_BUILTIN = true - ifeq ($(SHARED_GLAPI),1) EGL_CFLAGS += -DHAVE_SHARED_GLAPI endif |