rudimentary de/wm detection

This commit is contained in:
Mars 2025-01-30 19:06:46 -05:00
parent c42265e36d
commit 36bf93de41
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
6 changed files with 360 additions and 545 deletions

View file

@ -93,6 +93,8 @@ if host_machine.system() == 'darwin'
deps += dependency('iconv')
elif host_machine.system() == 'linux' or host_machine.system() == 'freebsd'
deps += dependency('sdbus-c++')
deps += dependency('x11')
deps += dependency('wayland-client')
endif
objc_args = []
@ -111,4 +113,4 @@ executable(
objc_args: objc_args,
link_args: link_args,
dependencies: deps,
)
)