mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
e-wm: add setxkbmap to RDEPENDS
* 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 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user