aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2020-07-11 00:44:22 +0200
committerMarge Bot <[email protected]>2020-07-16 22:11:25 +0000
commit4dc322c4c6720733cce793846e4fb140c1b4403f (patch)
tree02b0e1bd0d2a4bfa5a3d0ae91dc02e3689daf037 /src/egl/meson.build
parentbc38fe8425f402c86d8446e92cc4a3be492d0aa1 (diff)
egl: drop now empty egl_dri2_fallbacks.h
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Frank Binns <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5861>
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 29d22b1cb20..d4912a65644 100644
--- a/src/egl/meson.build
+++ b/src/egl/meson.build
@@ -90,7 +90,6 @@ if with_dri2
files_egl += files(
'drivers/dri2/egl_dri2.c',
'drivers/dri2/egl_dri2.h',
- 'drivers/dri2/egl_dri2_fallbacks.h',
)
deps_for_egl += idep_xmlconfig
link_for_egl += libloader