Skip to content

Commit a33381a

Browse files
committed
devtools: Add xkb version to symbol-check
xkb versions symbols (using the prefix `V`), as this library is used by bitcoin-qt, add it to the valid versions in `symbol-check.py`.
1 parent 19e598b commit a33381a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/devtools/symbol-check.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
MAX_VERSIONS = {
4343
'GCC': (4,8,0),
4444
'GLIBC': (2,17),
45-
'LIBATOMIC': (1,0)
45+
'LIBATOMIC': (1,0),
46+
'V': (0,5,0), # xkb (bitcoin-qt only)
4647
}
4748
# See here for a description of _IO_stdin_used:
4849
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109

0 commit comments

Comments
 (0)