diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-18 23:06:05 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 09:57:40 +0200 |
commit | aae1f884d888d778f9b744e363fefa7f33ff4104 (patch) | |
tree | 14362bd05c9c9af711e98dc74630f5c4a01ca18d /meta-efl | |
parent | 5f1431d03871c94c64824ccb0c5c1833014931af (diff) | |
download | meta-openembedded-aae1f884d888d778f9b744e363fefa7f33ff4104.tar.gz |
terminology: add terminology-themes to RDEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/e17/terminology_svn.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/terminology_svn.bb b/meta-efl/recipes-efl/e17/terminology_svn.bb index 2bb4f7cf8..48d229b4e 100644 --- a/meta-efl/recipes-efl/e17/terminology_svn.bb +++ b/meta-efl/recipes-efl/e17/terminology_svn.bb | |||
@@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=03f6c2cf2bef233fadf7d0769f5bfda7" | |||
4 | DEPENDS = "evas ecore edje elementary eina eet emotion" | 4 | DEPENDS = "evas ecore edje elementary eina eet emotion" |
5 | 5 | ||
6 | PV = "0.1.0+svnr${SRCPV}" | 6 | PV = "0.1.0+svnr${SRCPV}" |
7 | PR = "r1" | ||
7 | SRCREV = "${EFL_SRCREV}" | 8 | SRCREV = "${EFL_SRCREV}" |
8 | 9 | ||
9 | inherit e gettext | 10 | inherit e gettext |
@@ -17,3 +18,8 @@ EXTRA_OECONF = "\ | |||
17 | FILES_${PN} += "\ | 18 | FILES_${PN} += "\ |
18 | ${datadir}/icons/terminology.png \ | 19 | ${datadir}/icons/terminology.png \ |
19 | " | 20 | " |
21 | |||
22 | # doesn't start without own theme | ||
23 | # ERR<770>:terminology utils.c:26 theme_apply() Could not load any theme for group=terminology/background: No Error | ||
24 | # CRI<770>:terminology main.c:448 elm_main() Couldn't find terminology theme! Forgot 'make install'? | ||
25 | RDEPENDS_${PN} += "${PN}-themes" | ||