summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/README
blob: 5f238ab26101a395eda58016021f4ea76694679b (plain)
1
2
3
4
5
6
7
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.