aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/epdf_svn.bb
blob: 89396d2181f667780280feb2aec14c531ad6a08f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Epdf is the glue between EFL and libpoppler"
LICENSE = "MIT BSD"
DEPENDS = "poppler evas ecore"
PV = "0.1.0+svnr${SRCPV}"
PR = "r4"
SRCREV = "${EFL_SRCREV}"

inherit efl

EXTRA_OECONF = "\
    --enable-poppler \
    --disable-ewl \
    --disable-mupdf \
"

SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=epdf;proto=http;scmdata=keep"

# Some upgrade path tweaking, as in evas
AUTO_LIBNAME_PKGS = ""