Commits on Source (5)
-
Rémi Denis-Courmont authored
This moves the PKG_CONFIG and PKG_CONFIG_LIBDIR initialisation where PKG_CONFIG_PATH is. Note that the moved code is predicated on HAVE_CROSS_COMPILE either way. No functional changes.
56a7a350 -
Rémi Denis-Courmont authored95dc6934
-
Rémi Denis-Courmont authored
The code ostensibly intended to append to PKG_CONFIG_LIBDIR. But in the case that it was set from the command line, the code had no actual effects: indeed, Make will not override a supplied variable unless 'override' is explicitly passed. Forcefully appending values would have been wrong in any case, as that have left literally no ways to fully override PKG_CONFIG_LIBDIR. Concretely it would have become completely impossible to prevent pkg-config searching in /usr/lib. So rather than attempt to fix the code, this patch makes the current behaviour official and removes the useless code.
223177f7 -
Rémi Denis-Courmont authored
fontconfig cannot be cross-compiled onto Linux with current contribs. Until this is fixed, we need to turn it off to get CI out of its metastable state.
a17fdcd1 -
Rémi Denis-Courmont authored
libmpg123, xcb are not rebuildable in the current CI setup. upnp builds but breaks the VLC build (refs #24239).
40d29a11