diff options
| author | Cory Fields <[email protected]> | 2018-08-17 18:49:53 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2018-08-17 19:02:35 -0400 |
| commit | de0b4fba2fb5270dcc8d851243af9187b8ef191a (patch) | |
| tree | 62cac953840bbf313f8391a0186808a82bd845f1 /src/httpserver.h | |
| parent | Merge #13997: appveyor: fetch the latest port data (diff) | |
| download | discoin-de0b4fba2fb5270dcc8d851243af9187b8ef191a.tar.xz discoin-de0b4fba2fb5270dcc8d851243af9187b8ef191a.zip | |
depends: fix qt determinism
Qt's configure grabs the path to xkb's data root during configure, but the
build changes in 5.8 apparently broke the handling for cross builds. As a
result, the string embedded in the binary depends on whether or not some files
are present in the builder's filesystem.
The "-xkb-config-root" configure setting is intended to allow manual overriding
but it is also broken. See: https://bugreports.qt.io/browse/QTBUG-60005
This has since been fixed upstream, so just hard-code the path for now. We can
drop this patch when we bump to a fixed Qt.
Also, fix the "-qt-xkbcommon-x11" config param which was renamed. This does not
appear to affect build results, presumably because auto-detection is working,
but it does not hurt to be explicit.
Diffstat (limited to 'src/httpserver.h')
0 files changed, 0 insertions, 0 deletions