aboutsummaryrefslogtreecommitdiffstats
path: root/packages/poppler/poppler_0.5.1.bb
blob: a974c662435cefb519098da42996c7e3d0e545dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
DEPENDS = "fontconfig jpeg gtk+ cairo"
LICENSE = "GPL"
PR = "r1"

SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"

inherit autotools pkgconfig

EXTRA_OECONF = "--enable-xpdf-headers  --disable-gtk-test --disable-poppler-qt"  

do_stage() {
	autotools_stage_all
}