This commit is contained in:
Mars 2025-05-03 20:17:13 -04:00
parent eda5a3d742
commit 438af66584
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895

View file

@ -127,7 +127,7 @@ elif host_system == 'windows'
cpp.find_library('dwmapi'),
cpp.find_library('windowsapp'),
]
else
elif host_system == 'linux' or host_system == 'freebsd' or host_system == 'netbsd' or host_system == 'dragonfly' or host_system == 'haiku'
platform_deps += [
dependency('SQLiteCpp'),
dependency('xcb'),