mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
terminology: add terminology-themes to RDEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=03f6c2cf2bef233fadf7d0769f5bfda7"
|
||||
DEPENDS = "evas ecore edje elementary eina eet emotion"
|
||||
|
||||
PV = "0.1.0+svnr${SRCPV}"
|
||||
PR = "r1"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
|
||||
inherit e gettext
|
||||
@@ -17,3 +18,8 @@ EXTRA_OECONF = "\
|
||||
FILES_${PN} += "\
|
||||
${datadir}/icons/terminology.png \
|
||||
"
|
||||
|
||||
# doesn't start without own theme
|
||||
# ERR<770>:terminology utils.c:26 theme_apply() Could not load any theme for group=terminology/background: No Error
|
||||
# CRI<770>:terminology main.c:448 elm_main() Couldn't find terminology theme! Forgot 'make install'?
|
||||
RDEPENDS_${PN} += "${PN}-themes"
|
||||
|
||||
Reference in New Issue
Block a user