temp stuff
This commit is contained in:
parent
5b63fe4cce
commit
95374d942d
7 changed files with 199 additions and 323 deletions
|
@ -92,6 +92,7 @@ if host_machine.system() == 'darwin'
|
|||
deps += dependency('SystemConfiguration')
|
||||
deps += dependency('iconv')
|
||||
elif host_machine.system() == 'linux' or host_machine.system() == 'freebsd'
|
||||
deps += dependency('SQLiteCpp')
|
||||
deps += dependency('sdbus-c++')
|
||||
deps += dependency('x11')
|
||||
deps += dependency('wayland-client')
|
||||
|
@ -113,4 +114,4 @@ executable(
|
|||
objc_args: objc_args,
|
||||
link_args: link_args,
|
||||
dependencies: deps,
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue