ardour: bump c++ standard to c++17

Fixes a build issue with boost.

Additionally, C++11 will no longer be supported starting with Ardour 9.0.
This commit is contained in:
andre
2025-01-26 09:33:59 +01:00
committed by Bjørn Forsman
parent 5d3221fd57
commit 1586c4b142
+1 -1
View File
@@ -160,7 +160,7 @@ stdenv.mkDerivation rec {
] ++ lib.optionals videoSupport [ harvid xjadeo ];
wafConfigureFlags = [
"--cxx11"
"--cxx17"
"--docs"
"--freedesktop"
"--no-phone-home"