mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 20:36:21 +01:00
guix: add bitcoin-qt runtime libs doc in symbol-check
libfreetype and libfontconfig are our two remaining runtime libs for bitcoin-qt. According to #29977 Ubuntu 22.04 should be considered the baseline for what is supported. Document that. Closes #29977.
This commit is contained in:
@@ -26,6 +26,13 @@ import lief
|
||||
#
|
||||
# - libc version 2.34 (https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/)
|
||||
#
|
||||
# bitcoin-qt
|
||||
#
|
||||
# Ubuntu 22.04 is currently the baseline for ELF_ALLOWED_LIBRARIES:
|
||||
#
|
||||
# libfontconfig version 2.13.1 (https://packages.ubuntu.com/jammy/libfontconfig1)
|
||||
#
|
||||
# libfreetype version 2.11.1 (https://packages.ubuntu.com/jammy/libfreetype6)
|
||||
|
||||
MAX_VERSIONS = {
|
||||
'GLIBC': {
|
||||
|
||||
Reference in New Issue
Block a user