fix xserver packageconfig - meta-kiosk - 💻 yocto meta-layer to build a kiosk screen
HTML git clone git@git.drkhsh.at/meta-kiosk.git
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit b18a2de0824e84db50724174ba9638041926240f
DIR parent cd6dacecae3783a11fbc6016ff194ac3d4b04513
HTML Author: drkhsh <me@drkhsh.at>
Date: Fri, 25 Oct 2024 13:57:34 +0000
fix xserver packageconfig
Diffstat:
M recipes-graphics/x11-common/xserve… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend b/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend
@@ -2,4 +2,4 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += "file://xserver-nodm.service.in"
SYSTEMD_AUTO_ENABLE:${PN} = "enable"
PACKAGECONFIG:remove = "blank"
-PACKAGECONFIG:append = "nocursor"
+PACKAGECONFIG:append = " nocursor"