games/gottet: Qt 6.x requires c++17
This commit is contained in:
parent
00f4d18cbb
commit
c4ab30445d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ WWW= https://gottcode.org/gottet/
|
|||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake compiler:c++11-lib gl qt:6 tar:bzip2
|
||||
USES= cmake compiler:c++17-lang gl qt:6 tar:bzip2
|
||||
USE_GL= opengl
|
||||
USE_QT= base tools:build
|
||||
|
||||
|
|
Loading…
Reference in a new issue