Mesa (master): docs: advertise distro-provided meson cross-files

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jan 3 18:54:04 UTC 2019


Module: Mesa
Branch: master
Commit: 393a756e6af69be8d7f5bcb64eeaad02a63c33c7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=393a756e6af69be8d7f5bcb64eeaad02a63c33c7

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Thu Jan  3 16:01:18 2019 +0000

docs: advertise distro-provided meson cross-files

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>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 docs/meson.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/meson.html b/docs/meson.html
index 89a19dd274..780626e73c 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -256,6 +256,15 @@ parameter.</p>
 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>
 [binaries]




More information about the mesa-commit mailing list