diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-12-06 18:28:41 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-12-13 11:54:09 +0000 |
commit | 2e060732691ed8fcee6725cf8ebc92e887bfd188 (patch) | |
tree | 37b388f2fceeb1562154563917bad6e7408cd4a5 | |
parent | 87bff03182e74709b8ae735c48c007fa3569cc7e (diff) |
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 <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30640
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
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 |