From 863ea3fed3fc96786ee8c9dca8882a1e0b2c5439 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Thu, 27 Jul 2023 00:17:23 +0200 Subject: [PATCH] fix config error --- recipes-wlroots/labwc/labwc_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-wlroots/labwc/labwc_%.bbappend b/recipes-wlroots/labwc/labwc_%.bbappend index 1650654..cce7cbd 100644 --- a/recipes-wlroots/labwc/labwc_%.bbappend +++ b/recipes-wlroots/labwc/labwc_%.bbappend @@ -1,8 +1,8 @@ PACKAGECONFIG:remove = " man-pages xwayland " FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -SRC_URI += " file://init \ - file://autostart \ +SRC_URI += " file://autostart \ + file://init \ file://environment \ file://menu.xml \ file://rc.xml \