aboutsummaryrefslogtreecommitdiffstats
path: root/packages/efl1/edje_svn.bb
blob: 664e965dcc123a3005fd18c019ea900817da8a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Edje is the Enlightenment graphical design & layout library"
DEPENDS = "eet evas ecore embryo edje-native"
LICENSE = "MIT BSD"
PV = "0.5.0.043+svnr${SRCREV}"
PR = "r4"

inherit efl

# gain some extra performance at the expense of RAM
EXTRA_OECONF = "--enable-edje-program-cache"

PACKAGES =+ "${PN}-utils"
DEBIAN_NOAUTONAME_${PN}-utils = "1"
FILES_${PN}-utils = "\
  ${bindir}/edje_* \
  ${datadir}/edje/include/edje.inc \
"