From 2e060732691ed8fcee6725cf8ebc92e887bfd188 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 6 Dec 2024 18:28:41 +0200 Subject: weston-init-conf: Remove explicit backend in ini file There isn't a need to explictly specify the backend, we infer it when starting up. The default backend is the native, DRM one. Change-Id: Id202080646698438754b20d4ade867b48cc589bc Signed-off-by: Marius Vlad Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30640 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-agl-core/recipes-graphics') diff --git a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg index 28f90752d..278db8956 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg +++ b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg @@ -1,5 +1,4 @@ [core] -backend=drm-backend.so require-input=false idle-time=0 modules=systemd-notify.so -- cgit 1.2.3-korg