mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
render: use internal_features to indicate EGL support
Instead of checking whether the wlr_egl dependencies are available in the GLES2 code, introduce internal_features['egl'] and check that field. When updating the EGL dependency list, we no longer need to update the GLES2 logic.
This commit is contained in:
parent
b9d55b8769
commit
c20468cfa2
3 changed files with 3 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ features = {
|
|||
}
|
||||
internal_features = {
|
||||
'xcb-errors': false,
|
||||
'egl': false,
|
||||
}
|
||||
|
||||
wayland_project_options = ['tests=false', 'documentation=false']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue