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:
Carl Dong 2019-07-17 17:09:48 -04:00
parent 924569914e
commit 65f8da08df
No known key found for this signature in database
GPG key ID: 0CC52153197991A5

View file

@ -67,8 +67,6 @@ ALLOWED_LIBRARIES = {
'ld-linux-armhf.so.3', # 32-bit ARM dynamic linker
'ld-linux-riscv64-lp64d.so.1', # 64-bit RISC-V dynamic linker
# bitcoin-qt only
'libX11-xcb.so.1', # part of X11
'libX11.so.6', # part of X11
'libxcb.so.1', # part of X11
'libfontconfig.so.1', # font support
'libfreetype.so.6', # font parsing