Skip to content

Commit 65f8da0

Browse files
committed
symbol-check: Disallow libX11-*.so.* shared libraries
They should no longer be needed as we build QT without libX11/XLib libraries now.
1 parent 9245699 commit 65f8da0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/devtools/symbol-check.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@
6767
'ld-linux-armhf.so.3', # 32-bit ARM dynamic linker
6868
'ld-linux-riscv64-lp64d.so.1', # 64-bit RISC-V dynamic linker
6969
# bitcoin-qt only
70-
'libX11-xcb.so.1', # part of X11
71-
'libX11.so.6', # part of X11
7270
'libxcb.so.1', # part of X11
7371
'libfontconfig.so.1', # font support
7472
'libfreetype.so.6', # font parsing

0 commit comments

Comments
 (0)