From ca8ddbe66c728577c8f0b4740ebeeda58438e3b9 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 12 Feb 2017 22:02:10 +0100 Subject: poppler: add qttools-native to qt5 dependency to fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-support/poppler/poppler_0.51.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support') 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" PACKAGECONFIG[tiff] = "--enable-libtiff,--disable-libtiff,tiff" PACKAGECONFIG[curl] = "--enable-libcurl,--disable-libcurl,curl" PACKAGECONFIG[openjpeg] = "--enable-libopenjpeg=openjpeg2,--disable-libopenjpeg,openjpeg" -PACKAGECONFIG[qt5] = "--enable-poppler-qt5 --with-moc-qt5=${STAGING_BINDIR_NATIVE}/qt5/moc,--disable-poppler-qt5,qtbase" +PACKAGECONFIG[qt5] = "--enable-poppler-qt5 --with-moc-qt5=${STAGING_BINDIR_NATIVE}/qt5/moc,--disable-poppler-qt5,qtbase qttools-native" PACKAGECONFIG[qt4e] = "--enable-poppler-qt4 --with-moc-qt4=${STAGING_BINDIR_NATIVE}/moc4,--disable-poppler-qt4,qt4-embedded" PACKAGECONFIG[nss] = "--enable-libnss,--disable-libnss,nss" -- cgit 1.2.3-korg