Working glx pltf implementation
This commit is contained in:
@@ -28,14 +28,16 @@ test_include_dirs = [
|
||||
|
||||
if host_machine.system() == 'linux'
|
||||
pltf_src = [
|
||||
'src/pltf/glx/gl_funcs.c'
|
||||
'src/pltf/glx/gl_funcs.c',
|
||||
'src/pltf/glx/internal.c',
|
||||
'src/pltf/glx/pltf.c',
|
||||
'src/pltf/glx/util.c',
|
||||
]
|
||||
|
||||
dependencies += [
|
||||
dependency('x11'),
|
||||
dependency('glx'),
|
||||
dependency('libglvnd'),
|
||||
dependency('opengl'),
|
||||
]
|
||||
|
||||
libcmocka = cc.find_library(
|
||||
|
||||
Reference in New Issue
Block a user