blob: ebe06c4015a0b890393d41af13afcb817b3552f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
LICENSE = "GPL"
DEPENDS = "fontconfig jpeg gtk+ cairo"
SRC_URI="http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"
EXTRA_OECONF = "--disable-gtk-test --disable-poppler-qt"
inherit pkgconfig autotools
do_stage() {
autotools_stage_all
}
|