logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 74c0c189eda6486bff0b5e79115218fbc1c458da
parent ff7bf62f32eeaa509dda9ead18b923428456899a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 17 Sep 2021 02:32:32 +0200

notes/pure-wayland: libepoxy needs a patch actually

Diffstat:

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

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -78,7 +78,6 @@ endif</code></pre> <h2 id="libs">Librairies <a class="hlink" href="#libs">ยง</a></h2> <h3>Entirely works out of the box</h3> <ul> - <li><a href="https://github.com/anholt/libepoxy">libepoxy</a>: Just Works</li> <li><a href="https://www.glfw.org/">GLFW</a>: Yes, Just Works</li> <li><a href="https://github.com/cginternals/glbinding">glbinding</a>: Yes, Just Works</li> <li><a href="https://www.libsdl.org/">SDL2</a> (2.0.16): Yes, works out of the box. Some workarounds for previous versions being:<ul> @@ -97,6 +96,7 @@ endif</code></pre> </ul> <h3>Needs workarounds / Incomplete support</h3> <ul> + <li><a href="https://github.com/anholt/libepoxy">libepoxy</a>: Needs <a href="https://github.com/anholt/libepoxy/pull/259">libepoxy#259</a> for <code>libOpenGL.so</code> and then it just works</li> <li><a href="http://mygui.info">MyGUI</a>: Needs a patch for GLVND (<a href="https://github.com/MyGUI/mygui/pull/224">mygui#224</a>)</li> <li><a href="https://www.gtk.org/">GTK</a> 3: Almost. <a href="https://gitlab.gnome.org/GNOME/gtk/-/issues/699">Suggestions are broken on multi-monitors</a> as well as the usual glitches.</li> <li><a href="https://www.qt.io/">Qt</a> 5: Almost, menus are misplaced, specially on multi-monitors.</li>