Draft: docs/meson.rst: add "apt-get build-dep" and "dnf buildep" + cross-compilation fixes
-
Add the missing commands
apt-get build-dep mesa
anddnf buildep mesa
because why would anyone want to install build dependencies one by one when their distribution does everything for them? -
Cross compilation will always be a nightmare but this MR reduces the length of the nightmare considerably. Especially for
x86_64->i686
cross-compilation but not just.