[Mesa-dev] [PATCH mesa 2/2] docs: advertise distro-provided meson cross-files

Eric Engestrom eric.engestrom at intel.com
Thu Jan 3 16:37:04 UTC 2019


Hopefully we can kick start the revolution and other distros will start
providing them as well :)

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
---
 docs/meson.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/meson.html b/docs/meson.html
index eff13aa1c515825eb564..082333b19d3673af1340 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -255,6 +255,15 @@ <h2 id="cross-compilation">2. Cross-compilation and 32-bit builds</h2>
 <p>Below are a few example of cross files, but keep in mind that you
 will likely have to alter them for your system.</p>
 
+<p>
+Those running on ArchLinux can use the AUR-maintained packages for some
+of those, as they'll have the right values for your system:
+<ul>
+  <li><a href="https://aur.archlinux.org/packages/meson-cross-x86-linux-gnu">meson-cross-x86-linux-gnu</a></li>
+  <li><a href="https://aur.archlinux.org/packages/meson-cross-aarch64-linux-gnu">meson-cross-aarch64-linux-gnu</a></li>
+</ul>
+</p>
+
 <p>
 32-bit build on x86 linux:
 <pre>
-- 
Cheers,
  Eric



More information about the mesa-dev mailing list