audiofile: Stick to c++14 std

It uses std::unary_function which is removed from c++17 onwards, until
this is removed/replaced we can not move beyond c++14

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-01-17 23:06:34 -08:00
parent b075f0e44c
commit 195c2045fd

View File

@ -19,6 +19,8 @@ SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8c
inherit autotools lib_package pkgconfig
CXXFLAGS += "-std=c++14"
DEPENDS = " \
asciidoc-native \
alsa-lib \