This commit is contained in:
Mars 2025-05-12 23:09:43 -04:00
parent 8af01b5a96
commit 0e88c61b4a
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
5 changed files with 7 additions and 515 deletions

View file

@ -155,10 +155,11 @@ elif host_system != 'serenity' and host_system != 'haiku'
xdmcp_dep = dependency('xdmcp', required: false)
wayland_dep = dependency('wayland-client', required: false)
platform_deps += [
dependency('SQLiteCpp'),
dependency('pugixml'),
]
platform_deps += dependency('SQLiteCpp')
if host_system == 'linux'
platform_deps += dependency('pugixml')
endif
if dbus_dep.found()
platform_deps += dbus_dep