terminology: add terminology-themes to RDEPENDS

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-07-18 23:06:05 +02:00
parent 5f1431d038
commit aae1f884d8
@@ -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"