anvil: Fixup compiling egl support

This commit is contained in:
Victor Brekenfeld 2021-04-29 00:01:40 +02:00
parent ca6ed6b684
commit 795903d7e0
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ features = [ "composite" ]
gl_generator = "0.14" gl_generator = "0.14"
[features] [features]
default = [ "winit", "udev", "logind", "xwayland" ] default = [ "winit", "udev", "logind", "egl", "xwayland" ]
egl = [ "smithay/use_system_lib" ] egl = [ "smithay/use_system_lib", "smithay/backend_egl" ]
winit = [ "smithay/backend_winit" ] winit = [ "smithay/backend_winit" ]
udev = [ "smithay/backend_libinput", "smithay/backend_udev", "smithay/backend_drm", "smithay/backend_gbm", "smithay/backend_egl", "smithay/backend_session", "input", "image", "smithay/image"] udev = [ "smithay/backend_libinput", "smithay/backend_udev", "smithay/backend_drm", "smithay/backend_gbm", "smithay/backend_egl", "smithay/backend_session", "input", "image", "smithay/image"]
logind = [ "smithay/backend_session_logind" ] logind = [ "smithay/backend_session_logind" ]