egl: drop unused _EGL_BUILT_IN_DRIVER_DRI2
Unused since b174a1ae72 "egl: Simplify the "driver" interface".
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
committed by
Eric Engestrom
parent
87fbc16e34
commit
a0f6a11944
@@ -40,7 +40,6 @@ LOCAL_SRC_FILES := \
|
||||
|
||||
LOCAL_CFLAGS := \
|
||||
-D_EGL_NATIVE_PLATFORM=_EGL_PLATFORM_ANDROID \
|
||||
-D_EGL_BUILT_IN_DRIVER_DRI2 \
|
||||
-DHAVE_ANDROID_PLATFORM
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
|
||||
+1
-2
@@ -120,8 +120,7 @@ AM_CFLAGS += \
|
||||
-I$(top_srcdir)/src/gbm/backends/dri \
|
||||
-I$(top_builddir)/src/egl/wayland/wayland-drm \
|
||||
-I$(top_srcdir)/src/egl/wayland/wayland-drm \
|
||||
-DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\" \
|
||||
-D_EGL_BUILT_IN_DRIVER_DRI2
|
||||
-DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\"
|
||||
|
||||
nodist_libEGL_common_la_SOURCES = \
|
||||
$(dri2_backend_GENERATED_FILES)
|
||||
|
||||
@@ -93,7 +93,6 @@ if with_dri2
|
||||
)
|
||||
c_args_for_egl += [
|
||||
'-DDEFAULT_DRIVER_DIR="@0@"'.format(dri_search_path),
|
||||
'-D_EGL_BUILT_IN_DRIVER_DRI2',
|
||||
]
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user