mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
e-wm: add missing dependency on dbus-x11
ERR<654>:e_dbus e_dbus.c:472 e_dbus_bus_get() Error connecting to bus: /usr/bin/dbus-launch terminated abnormally without any error message Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
43c369606c
commit
8299c62318
|
|
@ -4,7 +4,7 @@ LICENSE = "MIT BSD"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f"
|
||||
SRCNAME = "e"
|
||||
PV = "0.16.999.060+svnr${SRCPV}"
|
||||
PR = "r21"
|
||||
PR = "r22"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
|
||||
inherit e update-alternatives gettext
|
||||
|
|
@ -53,6 +53,7 @@ RDEPENDS_${PN} += "\
|
|||
mime-support \
|
||||
edje-utils \
|
||||
${PN}-utils \
|
||||
dbus-x11 \
|
||||
"
|
||||
|
||||
# Uclibc build don't have 'glibc-utils'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user