From d019cf9124210f8feaca532e3d24cbddcff54061 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 5 Feb 2012 07:06:56 +0100 Subject: 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 --- src/egl/drivers/dri2/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/egl/drivers/dri2') 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 -- cgit v1.2.3