diff --git a/recipes-support/sfwbar/sfwbar_git.bb b/recipes-support/sfwbar/sfwbar_git.bb index 7cd7acf..6d3ba97 100644 --- a/recipes-support/sfwbar/sfwbar_git.bb +++ b/recipes-support/sfwbar/sfwbar_git.bb @@ -3,6 +3,7 @@ DESCRIPTION = "sfwbar pannel for wayland" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891" +FILESEXTRAPATHS:prepend = "${THISDIR}/files:" DEPENDS = "wayland wayland-native wayland-protocols" diff --git a/recipes-wlroots/labwc/labwc_%.bbappend b/recipes-wlroots/labwc/labwc_%.bbappend index 8b90d96..ad2988f 100644 --- a/recipes-wlroots/labwc/labwc_%.bbappend +++ b/recipes-wlroots/labwc/labwc_%.bbappend @@ -1,4 +1,6 @@ PACKAGECONFIG:remove = " man-pages xwayland " +FILESEXTRAPATHS:prepend = "${THISDIR}/files:" + SRC_URI += " file://init \ file://autostart \ file://environment \