blob: 24f789f59fe7bfbca56d1c7aec531032147c4fbb [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "Enlightenment Terminal Emulator"
2LICENSE = "MIT & BSD-2-Clause"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4efac6b05b3256ba7da66301ac1ee6c6"
4DEPENDS = "evas ecore edje elementary eina eet emotion"
5
6inherit e gettext
7
8# Because latest release we have is 0.1.0 which sorts lower then 0.1.0+svnr${SRCPV} already in feeds
9PE = "2"
10
11EXTRA_OECONF = "\
12 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
13"
14
15FILES_${PN} += "\
16 ${datadir}/icons/terminology.png \
17"
18
19# doesn't start without own theme
20# ERR<770>:terminology utils.c:26 theme_apply() Could not load any theme for group=terminology/background: No Error
21# CRI<770>:terminology main.c:448 elm_main() Couldn't find terminology theme! Forgot 'make install'?
22RDEPENDS_${PN} += "${PN}-themes"