partial bitcoin#22244: Add xkb version to symbol-check

This commit is contained in:
UdjinM6 2021-06-14 20:28:26 +02:00 committed by Kittywhiskers Van Gogh
parent dfa16fc05d
commit c6e724bf21

View File

@ -40,7 +40,8 @@ import os
MAX_VERSIONS = {
'GCC': (4,8,0),
'GLIBC': (2,17),
'LIBATOMIC': (1,0)
'LIBATOMIC': (1,0),
'V': (0,5,0), # xkb (bitcoin-qt only)
}
# See here for a description of _IO_stdin_used:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109