From patchwork Tue Feb 26 12:37:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] weston: add dependency on xkeyboard-config Date: Tue, 26 Feb 2013 12:37:29 -0000 From: Ross Burton X-Patchwork-Id: 45123 Message-Id: <1361882250-8266-1-git-send-email-ross.burton@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Ross Burton --- meta/recipes-graphics/wayland/weston_1.0.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/wayland/weston_1.0.3.bb b/meta/recipes-graphics/wayland/weston_1.0.3.bb index 0635aa2..c7b02d4 100644 --- a/meta/recipes-graphics/wayland/weston_1.0.3.bb +++ b/meta/recipes-graphics/wayland/weston_1.0.3.bb @@ -51,6 +51,8 @@ do_install_append() { FILES_${PN} += "${datadir}/applications ${datadir}/icons" +RDEPENDS_${PN} += "xkeyboard-config" + # Add a group for weston-launch, a setuid helper USERADD_PACKAGES = "${PN}" GROUPADD_PARAM_${PN} = "weston-launch"