Random fixes and additions. Progress with xlib

This commit is contained in:
2026-08-02 01:59:44 +03:00
parent 7cbb5ade05
commit 4ad7ee307b
10 changed files with 341 additions and 27 deletions

View File

@@ -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(