mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +00:00
Don't compile with GPU support
This commit is contained in:
parent
b21e396486
commit
b859e4a48f
@ -54,7 +54,8 @@ if(USE_SKIA_BACKEND)
|
||||
-DSK_SUPPORT_OPENCL=0
|
||||
-DSK_FORCE_DISTANCE_FIELD_TEXT=0
|
||||
-DGR_GL_FUNCTION_TYPE=__stdcall
|
||||
-DSK_SUPPORT_GPU=1)
|
||||
# TODO change this to 1
|
||||
-DSK_SUPPORT_GPU=0)
|
||||
|
||||
if(WIN32)
|
||||
add_definitions(-DSK_BUILD_FOR_WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user