Mesa (main): docs/macos: Update for recent Mesa changes

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Dec 20 17:57:03 UTC 2021


Module: Mesa
Branch: main
Commit: 9da17874881ace3d2bcd1546db33f3376c9593af
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9da17874881ace3d2bcd1546db33f3376c9593af

Author: Alyssa Rosenzweig <alyssa at rosenzweig.io>
Date:   Tue Dec 14 14:27:47 2021 -0500

docs/macos: Update for recent Mesa changes

- Default c_std is now c11, no need to workaround
  89b4f337d50 ("c_std=c11 in meson default_options")

- gallium-xlib has been renamed to xlib:
  76791db0882 ("mesa/x11: Remove the swrast-classic-based fake libGL")

Signed-off-by: Alyssa Rosenzweig <alyssa at rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14216>

---

 docs/macos.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/macos.rst b/docs/macos.rst
index 582d65e2e86..f067d8ef320 100644
--- a/docs/macos.rst
+++ b/docs/macos.rst
@@ -8,8 +8,6 @@ be aware of.
    Meson itself, are available in `homebrew <https://brew.sh>`, which has a
    Mesa package for reference. The exception seems to be Mako, a Python module
    used for templating, which you can install as `pip3 install mako`.
--  macOS's default C compiler doesn't play nice with some C11 idioms used in
-   Mesa. To workaround, set `-Dc_std=c11`.
 -  macOS is picky about its build-time environment. Type `brew sh` before
    building to get the Homebrew dependencies in your path.
 
@@ -18,7 +16,7 @@ hardware-accelerated system OpenGL framework, to provide hardware acceleration
 to X11 applications on macOS running via XQuartz.
 
 Mesa's software rasterizers also work on macOS. To build, set the build options
-`-Dosmesa=true -Dglx=gallium-xlib` and select an appropriate Gallium software
+`-Dosmesa=true -Dglx=xlib` and select an appropriate Gallium software
 rasterizer.
 
 For native hardware, stay tuned for updates here!



More information about the mesa-commit mailing list