summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/poppler/poppler_0.41.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/poppler/poppler_0.41.0.bb')
-rw-r--r--meta-oe/recipes-support/poppler/poppler_0.41.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_0.41.0.bb b/meta-oe/recipes-support/poppler/poppler_0.41.0.bb
index 432040846..f7cc07681 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.41.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.41.0.bb
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5SRC_URI = " \ 5SRC_URI = " \
6 http://poppler.freedesktop.org/${BP}.tar.xz \ 6 http://poppler.freedesktop.org/${BP}.tar.xz \
7 file://0001-add-manadatory-options-to-find-qt4-qt5-moc.patch \ 7 file://0001-add-manadatory-options-to-find-qt4-qt5-moc.patch \
8 file://0001-Compile-with-C-11-compilers-that-don-t-define-isinfi.patch \
8" 9"
9SRC_URI[md5sum] = "849a8bd6af5794efb961b70418414e5a" 10SRC_URI[md5sum] = "849a8bd6af5794efb961b70418414e5a"
10SRC_URI[sha256sum] = "420abaab63caed9e1ee28964a0ba216d1979506726164bc99ad5ade289192a1b" 11SRC_URI[sha256sum] = "420abaab63caed9e1ee28964a0ba216d1979506726164bc99ad5ade289192a1b"
@@ -22,6 +23,9 @@ PACKAGECONFIG[openjpeg] = "--enable-libopenjpeg=openjpeg2,--disable-libopenjpeg,
22PACKAGECONFIG[qt5] = "--enable-poppler-qt5 --with-moc-qt5=${STAGING_BINDIR_NATIVE}/qt5/moc,--disable-poppler-qt5,qtbase" 23PACKAGECONFIG[qt5] = "--enable-poppler-qt5 --with-moc-qt5=${STAGING_BINDIR_NATIVE}/qt5/moc,--disable-poppler-qt5,qtbase"
23PACKAGECONFIG[qt4e] = "--enable-poppler-qt4 --with-moc-qt4=${STAGING_BINDIR_NATIVE}/moc4,--disable-poppler-qt4,qt4-embedded" 24PACKAGECONFIG[qt4e] = "--enable-poppler-qt4 --with-moc-qt4=${STAGING_BINDIR_NATIVE}/moc4,--disable-poppler-qt4,qt4-embedded"
24 25
26# Needed for qt5
27CXXFLAGS += "--std=c++11"
28
25EXTRA_OECONF = "\ 29EXTRA_OECONF = "\
26 --enable-xpdf-headers \ 30 --enable-xpdf-headers \
27 --disable-gtk-test \ 31 --disable-gtk-test \