aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/eet_svn.bb
blob: 579fb280ef4da22bcb30706b0f9de27b4a9a2e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "EET is the Enlightenment data storage library"
DEPENDS = "pkgconfig zlib jpeg openssl eina"
LICENSE = "MIT BSD"
PV = "1.1.0+svnr${SRCPV}"
PR = "r1"

inherit efl

BBCLASSEXTEND="native"

EXTRA_OECONF = "\
  --enable-openssl \
  --enable-cypher \
  --enable-signature \
  --disable-coverage \
  --enable-old-eet-file-format \
  --disable-assert \
"