wizard: fix compile error in wayland-only build

This commit is contained in:
ilteroi 2020-05-25 09:16:54 +02:00 committed by Stefan Schmidt
parent 6a067ed235
commit 6ff48ca647
1 changed files with 1 additions and 1 deletions

View File

@ -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);