1 DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
2 DEPENDS = "fontconfig jpeg zlib gtk+ cairo"
5 SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"
7 inherit autotools pkgconfig
10 --enable-xpdf-headers \
12 --disable-poppler-qt \
13 --disable-poppler-qt4 \
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)}"
21 PACKAGES =+ "libpoppler libpoppler-glib"
22 FILES_libpoppler = "${libdir}/libpoppler.so.*"
23 FILES_libpoppler-glib = "${libdir}/libpoppler-glib.so.*"