Dont render emoji, fix wayland freezing for some people (gamescope window title freezes shit)

This commit is contained in:
dec05eba
2026-04-26 22:26:09 +02:00
parent eb6aed9cfd
commit 57c60b6aee
4 changed files with 5 additions and 22 deletions

View File

@@ -61,7 +61,7 @@ src = [
subdir('protocol')
src += protocol_src
mglpp_proj = subproject('mglpp')
mglpp_proj = subproject('mglpp', default_options : ['wayland=false'])
mglpp_dep = mglpp_proj.get_variable('mglpp_dep')
prefix = get_option('prefix')