Remove -qt-xcb, -system-xcb from README and comments

The options got removed in commit 60588e1a5dd

Pick-to: 5.15
Change-Id: Ic94f58885dab6de3c563b3dab70385570864b47d
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
This commit is contained in:
Kai Koehne 2020-05-13 19:28:18 +02:00
parent 9981744684
commit b19ccc3af4
2 changed files with 1 additions and 7 deletions

View File

@ -7,7 +7,7 @@
# configure \ # configure \
# -pkg-config \ # -pkg-config \
# -fontconfig -system-freetype \ # -fontconfig -system-freetype \
# -system-xcb -no-opengl # -xcb -no-opengl
# #
# Ensure that pkg-config is properly configured, or that # Ensure that pkg-config is properly configured, or that
# PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig # PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig

View File

@ -1,7 +1 @@
Requires libxcb >= 1.9.1. Requires libxcb >= 1.9.1.
REDUCING RUNTIME DEPENDENCIES
The '-qt-xcb' configure option can be used to get rid of most xcb- dependencies. Only libxcb will
still be linked dynamically, since it will be most likely be pulled in via other dependencies anyway.
This should allow for binaries that are portable across most modern Linux distributions.