aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/epdf_svn.bb
blob: 80adfb5cc60df89a3e36009e2b4bee74ef80a257 (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
SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};proto=http;scmdata=keep"
S = "${WORKDIR}/${SRCNAME}"

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

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