diff options
author | Eric Engestrom <[email protected]> | 2018-07-09 21:15:36 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-08-23 14:47:59 +0100 |
commit | a0f6a1194464611bd93491c6d066b07db0615f27 (patch) | |
tree | a4623e1f42e7b9f79c133036bd405283763e8b9b /src/egl/Makefile.am | |
parent | 87fbc16e3485306adfc625aafac1d04c58f7df22 (diff) |
egl: drop unused _EGL_BUILT_IN_DRIVER_DRI2
Unused since b174a1ae720cb404738c "egl: Simplify the "driver" interface".
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/egl/Makefile.am')
-rw-r--r-- | src/egl/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index 485f145cece..bf7f87015b7 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -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) |