more stuffs

This commit is contained in:
Mars 2025-04-24 23:17:11 -04:00
parent 801a8d1754
commit 55819ebfe0
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
10 changed files with 410 additions and 237 deletions

View file

@ -130,7 +130,6 @@ elif host_system == 'windows'
elif host_system == 'linux'
platform_deps += [
dependency('SQLiteCpp'),
dependency('x11'),
dependency('xcb'),
dependency('xau'),
dependency('xdmcp'),
@ -164,9 +163,7 @@ glaze_dep = dependency('glaze', include_type : 'system', required : false)
if not glaze_dep.found()
cmake = import('cmake')
glaze_proj = cmake.subproject('glaze')
glaze_dep = glaze_proj.dependency('glaze_glaze', include_type : 'system')
endif