Blue screen
This commit is contained in:
@@ -9,7 +9,7 @@ pltf_src = []
|
||||
cargs = [
|
||||
'-std=c99',
|
||||
'-DSHADERS_PATH="../src/shaders/"',
|
||||
# '-DDEBUG=1'
|
||||
'-DDEBUG'
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
@@ -28,13 +28,14 @@ test_include_dirs = [
|
||||
|
||||
if host_machine.system() == 'linux'
|
||||
pltf_src = [
|
||||
'src/pltf/linux/gl_funcs.c'
|
||||
'src/pltf/glx/gl_funcs.c'
|
||||
]
|
||||
|
||||
dependencies += [
|
||||
dependency('x11'),
|
||||
dependency('glx'),
|
||||
dependency('libglvnd'),
|
||||
dependency('opengl'),
|
||||
]
|
||||
|
||||
libcmocka = cc.find_library(
|
||||
|
||||
Reference in New Issue
Block a user