libwpd: pin c++11 to fix build with gcc11

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-05-07 23:02:19 +02:00
parent 7b99c5010c
commit 2fc0073857

View File

@@ -13,4 +13,6 @@ inherit autotools pkgconfig perlnative
DEPENDS = "librevenge"
CXXFLAGS += "-std=c++11"
BBCLASSEXTEND = "native"