aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2018-07-09 21:15:36 +0100
committerEric Engestrom <[email protected]>2018-08-23 14:47:59 +0100
commita0f6a1194464611bd93491c6d066b07db0615f27 (patch)
treea4623e1f42e7b9f79c133036bd405283763e8b9b /src/egl/meson.build
parent87fbc16e3485306adfc625aafac1d04c58f7df22 (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/meson.build')
-rw-r--r--src/egl/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/meson.build b/src/egl/meson.build
index 06922c6c3cf..e11e589b945 100644
--- a/src/egl/meson.build
+++ b/src/egl/meson.build
@@ -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