summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuan Rafael Carneiro <luan.rafael@ossystems.com.br>2023-09-09 09:55:01 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-10 08:54:36 +0100
commitf675fef1da2de8c7c706bfe7f1d5c239dd3f3b63 (patch)
tree0703eccb6a6931499040474900240b0b9d8fcb47
parentfe08729fd47493bb949dbd0663651b0147d2c039 (diff)
downloadpoky-f675fef1da2de8c7c706bfe7f1d5c239dd3f3b63.tar.gz
weston: Add sysconfdir to FILES:${PN}
When enabling the vnc feature as backend, the weston-remote-access is installed from meson inside the /etc/pam.d directory. (From OE-Core rev: 92a460b55e7290ec0006365219189761f7226f7c) Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/wayland/weston_12.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_12.0.2.bb b/meta/recipes-graphics/wayland/weston_12.0.2.bb
index cc7f95eea8..5a179e6770 100644
--- a/meta/recipes-graphics/wayland/weston_12.0.2.bb
+++ b/meta/recipes-graphics/wayland/weston_12.0.2.bb
@@ -132,7 +132,7 @@ PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland',
132 libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" 132 libweston-${WESTON_MAJOR_VERSION} ${PN}-examples"
133 133
134FILES:${PN}-dev += "${libdir}/${BPN}/libexec_weston.so" 134FILES:${PN}-dev += "${libdir}/${BPN}/libexec_weston.so"
135FILES:${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${libdir}/${BPN}/*.so* ${datadir}" 135FILES:${PN} = "${sysconfdir} ${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${libdir}/${BPN}/*.so* ${datadir}"
136 136
137FILES:libweston-${WESTON_MAJOR_VERSION} = "${libdir}/lib*${SOLIBS} ${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.so" 137FILES:libweston-${WESTON_MAJOR_VERSION} = "${libdir}/lib*${SOLIBS} ${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.so"
138SUMMARY:libweston-${WESTON_MAJOR_VERSION} = "Helper library for implementing 'wayland window managers'." 138SUMMARY:libweston-${WESTON_MAJOR_VERSION} = "Helper library for implementing 'wayland window managers'."