summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-01-03 16:01:18 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-01-03 18:53:21 +0000
commit393a756e6af69be8d7f5bcb64eeaad02a63c33c7 (patch)
treeac1e6934dc49a644a9ed1f1b78cabcf30329ba16
parent8b363bc42e32c67ceeaa4affd7bf346c14ed2825 (diff)
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@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
-rw-r--r--docs/meson.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/meson.html b/docs/meson.html
index 89a19dd2741..780626e73c4 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]