[client] added options to disable/enable interfaces

This commit is contained in:
Geoffrey McRae
2019-03-28 20:12:18 +11:00
parent 3e021f3a6b
commit 66c3c0115f
5 changed files with 20 additions and 10 deletions

View File

@@ -14,6 +14,10 @@ if(OPTIMIZE_FOR_NATIVE)
endif()
endif()
option(ENABLE_OPENGL "Enable the OpenGL renderer" ON)
option(ENABLE_EGL "Enable the EGL renderer" ON)
option(ENABLE_CB_X11 "Enable X11 clipboard integration" ON)
add_compile_options(
"-Wall"
"-Werror"