diff options
-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 | ||