ti-ocf-crypto-module: add crypto module for hw accel
[openembedded.git] / recipes / poppler / poppler.inc
blobbf0a96ac90abf00d9d8c0510b454e8942b4aedcf
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"
5 SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"
7 inherit autotools pkgconfig
9 EXTRA_OECONF = "\
10   --enable-xpdf-headers \
11   --disable-gtk-test \
12   --disable-poppler-qt \
13   --disable-poppler-qt4 \
14   --enable-zlib \
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.*"