mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
symbol-check: Disallow libX11-*.so.* shared libraries
They should no longer be needed as we build QT without libX11/XLib libraries now.
This commit is contained in:
parent
924569914e
commit
65f8da08df
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ ALLOWED_LIBRARIES = {
|
||||||
'ld-linux-armhf.so.3', # 32-bit ARM dynamic linker
|
'ld-linux-armhf.so.3', # 32-bit ARM dynamic linker
|
||||||
'ld-linux-riscv64-lp64d.so.1', # 64-bit RISC-V dynamic linker
|
'ld-linux-riscv64-lp64d.so.1', # 64-bit RISC-V dynamic linker
|
||||||
# bitcoin-qt only
|
# bitcoin-qt only
|
||||||
'libX11-xcb.so.1', # part of X11
|
|
||||||
'libX11.so.6', # part of X11
|
|
||||||
'libxcb.so.1', # part of X11
|
'libxcb.so.1', # part of X11
|
||||||
'libfontconfig.so.1', # font support
|
'libfontconfig.so.1', # font support
|
||||||
'libfreetype.so.6', # font parsing
|
'libfreetype.so.6', # font parsing
|
||||||
|
|
Loading…
Add table
Reference in a new issue