surpport seeking the recorded video
[vuplus_openembedded] / recipes / poppler / poppler.inc
1 DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
2 DEPENDS = "fontconfig jpeg zlib gtk+ cairo"
3 LICENSE = "GPL"
4
5 SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"
6
7 inherit autotools pkgconfig
8
9 EXTRA_OECONF = "\
10   --enable-xpdf-headers \
11   --disable-gtk-test \
12   --disable-poppler-qt \
13   --disable-poppler-qt4 \
14   --enable-zlib \
15 "
16
17 # check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
18 require poppler-fpu.inc
19 EXTRA_OECONF += "${@get_poppler_fpu_setting(bb, d)}"
20
21 do_stage() {
22         autotools_stage_all
23 }
24
25 PACKAGES =+ "libpoppler libpoppler-glib"
26 FILES_libpoppler = "${libdir}/libpoppler.so.*"
27 FILES_libpoppler-glib = "${libdir}/libpoppler-glib.so.*"
28