From 795903d7e0eb5873a391c10e87a8caff18d08525 Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Thu, 29 Apr 2021 00:01:40 +0200 Subject: [PATCH] anvil: Fixup compiling egl support --- anvil/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anvil/Cargo.toml b/anvil/Cargo.toml index 5b963bd..12d0247 100644 --- a/anvil/Cargo.toml +++ b/anvil/Cargo.toml @@ -31,8 +31,8 @@ features = [ "composite" ] gl_generator = "0.14" [features] -default = [ "winit", "udev", "logind", "xwayland" ] -egl = [ "smithay/use_system_lib" ] +default = [ "winit", "udev", "logind", "egl", "xwayland" ] +egl = [ "smithay/use_system_lib", "smithay/backend_egl" ] 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"] logind = [ "smithay/backend_session_logind" ]