mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
cups-filters: Fix for current gcc
std::string_view is part of c++17 This fixes: error: 'std::string_view' has not been declared Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -30,6 +30,8 @@ EXTRA_OECONF:class-native += " --with-pdftops=pdftops \
|
|||||||
--disable-ldap \
|
--disable-ldap \
|
||||||
--with-png --without-jpeg --without-tiff"
|
--with-png --without-jpeg --without-tiff"
|
||||||
|
|
||||||
|
CXXFLAGS += "-std=c++17"
|
||||||
|
|
||||||
PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg"
|
PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg"
|
||||||
PACKAGECONFIG[png] = "--with-png,--without-png,libpng"
|
PACKAGECONFIG[png] = "--with-png,--without-png,libpng"
|
||||||
PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff"
|
PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff"
|
||||||
|
|||||||
Reference in New Issue
Block a user