From 6e1769f44e18657c5bd576f8b053832d0ce825d7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 26 Nov 2014 15:11:16 +0000 Subject: weston: fix plugin location in FILES The plugins are installed to ${libdir}/weston, not ${libexecdir}. Signed-off-by: Ross Burton --- meta/recipes-graphics/wayland/weston_1.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/wayland') diff --git a/meta/recipes-graphics/wayland/weston_1.6.0.bb b/meta/recipes-graphics/wayland/weston_1.6.0.bb index efbbbe0369..d30e48bfa0 100644 --- a/meta/recipes-graphics/wayland/weston_1.6.0.bb +++ b/meta/recipes-graphics/wayland/weston_1.6.0.bb @@ -79,7 +79,7 @@ do_install_append() { PACKAGES += "${PN}-examples" -FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${datadir}" +FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libdir}/weston ${datadir}" FILES_${PN}-examples = "${bindir}/*" RDEPENDS_${PN} += "xkeyboard-config" -- cgit 1.2.3-korg