Skip to content

Commit

Permalink
partial bitcoin#22244: Add xkb version to symbol-check
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored and kwvg committed Apr 25, 2022
1 parent 052020a commit 0b1c3bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/devtools/symbol-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
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
Expand Down

0 comments on commit 0b1c3bf

Please sign in to comment.