commit 81ff251449b1403ed3391c9b2feb5c4de412fd01
parent b5f456addc43ab47bee4675b0c69c0960af0ba17
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Sat, 2 Jan 2021 14:57:33 -0500
Add DPF switch to opengl for zest GUI build
Should resolve regression introduced in commit
edf59cd912aa41c0c76056c72445bc6997fb8fa2
Should resolve corresponding issue with partially defined 'fContext'
https://github.com/zynaddsubfx/zyn-fusion-build/issues/67
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
@@ -497,6 +497,7 @@ if(NtkGui)
endif()
if(ZestGui)
+ add_definitions(-DDGL_OPENGL=1)
add_definitions(-DHAVE_DGL)
add_definitions(-DZEST_GUI)
endif()