e-wm: add setxkbmap to RDEPENDS
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 23 Nov 2012 13:40:18 +0000 (14:40 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:25:07 +0000 (08:25 -0800)
* called from xkb map E17 module
Jan 02 02:58:42 gjama xinit[418]: SET XKB RUN: setxkbmap  -model 'default'
Jan 02 02:58:42 gjama xinit[418]: SET XKB RUN: setxkbmap  -model 'default'
Jan 02 02:58:43 gjama xinit[418]: /bin/sh: setxkbmap: command not found
Jan 02 02:58:43 gjama xinit[418]: /bin/sh: setxkbmap: command not found

(From meta-openembedded rev: 6ba5d2f782f9310e48a39146a98da2ed8843f380)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-efl/recipes-efl/e17/e-wm_svn.bb

index 3faa387..d5f92bb 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "MIT BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=76de290eb3fdda12121830191c152a7d"
 SRCNAME = "e"
 PV = "0.16.999.060+svnr${SRCPV}"
-PR = "r8"
+PR = "r9"
 SRCREV = "${EFL_SRCREV}"
 
 inherit e update-alternatives gettext
@@ -58,6 +58,7 @@ do_install_append() {
 RDEPENDS_${PN} += "\
   shared-mime-info \
   mime-support \
+  setxkbmap \
   edje-utils \
   ${PN}-utils \
   dbus-x11 \