anvil: Fixup compiling egl support
This commit is contained in:
parent
ca6ed6b684
commit
795903d7e0
|
@ -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" ]
|
||||||
|
|
Loading…
Reference in New Issue