stefan pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=6ff48ca647aba586c34649006402368a6d003e5b
commit 6ff48ca647aba586c34649006402368a6d003e5b Author: ilteroi <[email protected]> Date: Mon May 25 09:16:54 2020 +0200 wizard: fix compile error in wayland-only build --- src/modules/wizard/page_150.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/wizard/page_150.c b/src/modules/wizard/page_150.c index 253e928ea..c63307474 100644 --- a/src/modules/wizard/page_150.c +++ b/src/modules/wizard/page_150.c @@ -84,8 +84,8 @@ wizard_page_show(E_Wizard_Page *pg EINA_UNUSED) } } } - } #endif + } check_add(o, _("Hardware Accelerated (OpenGL)"), &do_gl); check_add(o, _("Tear-free Rendering"), &do_vsync); --
