Skip to content

Commit bfcffb3

Browse files
wayland: re-enable vsync (sony#357)
Signed-off-by: Hidenori Matsubayashi <[email protected]>
1 parent 9dcb3d4 commit bfcffb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ option(BACKEND_TYPE "Select WAYLAND, DRM-GBM, DRM-EGLSTREAM, or X11 as the displ
1414
option(USE_DIRTY_REGION_MANAGEMENT "Use Flutter dirty region management" ON)
1515
option(USE_GLES3 "Use OpenGL ES3 (default is OpenGL ES2)" OFF)
1616
option(ENABLE_EGL_ALPHA_COMPONENT_OF_COLOR_BUFFER "Enable alpha component of the EGL color buffer" ON)
17-
option(ENABLE_VSYNC "Enable embedder vsync" OFF)
17+
option(ENABLE_VSYNC "Enable embedder vsync" ON)
1818
option(BUILD_ELINUX_SO "Build .so file of elinux embedder" OFF)
1919
option(ENABLE_ELINUX_EMBEDDER_LOG "Enable logger of eLinux embedder" ON)
2020
option(FLUTTER_RELEASE "Build Flutter Engine with release mode" OFF)

0 commit comments

Comments
 (0)