logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 65c4bc4ed6c8f084f2553bcaca391b76f147d7cb
parent 95658851f68692c0c1105b3e861fe3e8175ddc18
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