erm
This commit is contained in:
parent
8af01b5a96
commit
0e88c61b4a
5 changed files with 7 additions and 515 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue