aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/eet.inc
blob: aacb878bfc4dc77efe3d00c474ae53d95eba3893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "EET is the Enlightenment data storage library"
DEPENDS = "pkgconfig zlib jpeg openssl eina gnutls"
LICENSE = "MIT BSD"

inherit efl

BBCLASSEXTEND = "native"
INC_PR = "r0"

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