Random fixes and additions. Progress with xlib
This commit is contained in:
@@ -8,10 +8,8 @@ pltf_src = []
|
||||
|
||||
cargs = [
|
||||
'-std=c99',
|
||||
'-Og',
|
||||
'-g',
|
||||
'-DBOUNDS_CHECK',
|
||||
'-DSHADERS_PATH="../src/shaders/"',
|
||||
# '-DDEBUG=1'
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
@@ -21,7 +19,6 @@ link_args = []
|
||||
test_link_args = [ '-static' ]
|
||||
|
||||
include_dirs = [
|
||||
# 'vendor/',
|
||||
'src/'
|
||||
]
|
||||
test_include_dirs = [
|
||||
@@ -35,7 +32,9 @@ if host_machine.system() == 'linux'
|
||||
]
|
||||
|
||||
dependencies += [
|
||||
dependency('libglvnd')
|
||||
dependency('x11'),
|
||||
dependency('glx'),
|
||||
dependency('libglvnd'),
|
||||
]
|
||||
|
||||
libcmocka = cc.find_library(
|
||||
|
||||
Reference in New Issue
Block a user