Skip to content

pv-per-arch-dirs: Also check for Clear Linux/Solus FHS variant

Simon McVittie requested to merge wip/smcv/clearlinux into main

Vaguely related to https://github.com/ValveSoftware/steam-runtime/issues/642, not yet tested.

  • pv-per-arch-dirs: Only compile Arch directory scheme on x86

    On non-x86 architectures, it's equivalent to Red-Hat-style FHS, so having one or the other is enough.

  • pv-per-arch-dirs: Add FHS variant that always uses libQUAL

    According to steam-runtime#642, Clear Linux uses lib64 for 64-bit libraries (like Red Hat) and lib32 for 32-bit libraries (like Arch), and according to !645 (merged), Solus does the same. Give these their own directory scheme that is a mixture of Red Hat and Arch.

/cc @denittis

Edited by Simon McVittie

Merge request reports