diff options
author | Eric Engestrom <[email protected]> | 2019-06-22 21:55:03 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-06-22 21:59:06 +0100 |
commit | 188dbb1679b391abe6322e5b3e74bed2522756e2 (patch) | |
tree | 44a460ba622494bcfd5d730f2bfb598e54b4f04b /src/egl/meson.build | |
parent | cc4b68a80193e2a132cb62309292984a9428f2bb (diff) |
Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to eglapi.c"
This reverts commits cc4b68a80193e2a132cb62309292984a9428f2bb and
b27fb3eacab906ec06cd61b7d01e3425c3b3cbfc.
These caused a bunch of EGLSync tests to crash when they were previously
failing.
I have a hunch the tests are doing something wrong, like using
extensions without checking for they support, but until the issue is
investigated I'm just reverting these commits.
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/egl/meson.build')
-rw-r--r-- | src/egl/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/meson.build b/src/egl/meson.build index 97d79823b66..443693091b4 100644 --- a/src/egl/meson.build +++ b/src/egl/meson.build @@ -44,6 +44,7 @@ files_egl = files( 'main/egldisplay.h', 'main/egldriver.c', 'main/egldriver.h', + 'main/eglfallbacks.c', 'main/eglglobals.c', 'main/eglglobals.h', 'main/eglimage.c', |