diff options
| -rw-r--r-- | meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb index 01c29d2c97..dc527bf721 100644 --- a/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb +++ b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb | |||
| @@ -30,6 +30,8 @@ EXTRA_OECONF:class-native += " --with-pdftops=pdftops \ | |||
| 30 | --disable-ldap \ | 30 | --disable-ldap \ |
| 31 | --with-png --without-jpeg --without-tiff" | 31 | --with-png --without-jpeg --without-tiff" |
| 32 | 32 | ||
| 33 | CXXFLAGS += "-std=c++17" | ||
| 34 | |||
| 33 | PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg" | 35 | PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg" |
| 34 | PACKAGECONFIG[png] = "--with-png,--without-png,libpng" | 36 | PACKAGECONFIG[png] = "--with-png,--without-png,libpng" |
| 35 | PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" | 37 | PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" |
