diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-12 22:02:10 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:38 +0100 |
commit | ca8ddbe66c728577c8f0b4740ebeeda58438e3b9 (patch) | |
tree | 2ca2162ec472263f2b6c6b928a539c90971c5621 | |
parent | 928849af3a96a7f7f728172047a8f75aa72b88a9 (diff) | |
download | meta-openembedded-ca8ddbe66c728577c8f0b4740ebeeda58438e3b9.tar.gz |
poppler: add qttools-native to qt5 dependency to fix build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/poppler/poppler_0.51.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_0.51.0.bb b/meta-oe/recipes-support/poppler/poppler_0.51.0.bb index 4aa2dbaf89..f683a3a595 100644 --- a/meta-oe/recipes-support/poppler/poppler_0.51.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_0.51.0.bb | |||
@@ -20,7 +20,7 @@ PACKAGECONFIG[png] = "--enable-libpng,--disable-libpng,libpng" | |||
20 | PACKAGECONFIG[tiff] = "--enable-libtiff,--disable-libtiff,tiff" | 20 | PACKAGECONFIG[tiff] = "--enable-libtiff,--disable-libtiff,tiff" |
21 | PACKAGECONFIG[curl] = "--enable-libcurl,--disable-libcurl,curl" | 21 | PACKAGECONFIG[curl] = "--enable-libcurl,--disable-libcurl,curl" |
22 | PACKAGECONFIG[openjpeg] = "--enable-libopenjpeg=openjpeg2,--disable-libopenjpeg,openjpeg" | 22 | PACKAGECONFIG[openjpeg] = "--enable-libopenjpeg=openjpeg2,--disable-libopenjpeg,openjpeg" |
23 | PACKAGECONFIG[qt5] = "--enable-poppler-qt5 --with-moc-qt5=${STAGING_BINDIR_NATIVE}/qt5/moc,--disable-poppler-qt5,qtbase" | 23 | PACKAGECONFIG[qt5] = "--enable-poppler-qt5 --with-moc-qt5=${STAGING_BINDIR_NATIVE}/qt5/moc,--disable-poppler-qt5,qtbase qttools-native" |
24 | PACKAGECONFIG[qt4e] = "--enable-poppler-qt4 --with-moc-qt4=${STAGING_BINDIR_NATIVE}/moc4,--disable-poppler-qt4,qt4-embedded" | 24 | PACKAGECONFIG[qt4e] = "--enable-poppler-qt4 --with-moc-qt4=${STAGING_BINDIR_NATIVE}/moc4,--disable-poppler-qt4,qt4-embedded" |
25 | PACKAGECONFIG[nss] = "--enable-libnss,--disable-libnss,nss" | 25 | PACKAGECONFIG[nss] = "--enable-libnss,--disable-libnss,nss" |
26 | 26 | ||