logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 3691ababe56ecec32ac865e38a2dabbe4e0d7390
parent a11f0485701ef037e229cf8cd529d6bdf80c1f04
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 14 May 2021 13:41:00 +0200

notes/pure-wayland: Add link to meson dependency-gl bug

Diffstat:

Mnotes/pure-wayland.shtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -51,7 +51,7 @@ [AC_MSG_ERROR(*** OpenGL headers not found on system!)] )</code></pre> <h3>meson</h3> - <p>Nice fail of an otherwise nice mainly declarative buildsystem there…</p> + <p>Nice fail of an otherwise nice mainly declarative buildsystem there… (<a href="https://github.com/mesonbuild/meson/issues/3679">meson#3679</a>)</p> <pre><code>gl_dep = dependency('gl', required: false) if not gl_dep.found() # libglvnd fallback for libX11-less wayland systems