mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
Merge remote-tracking branch 'origin/master' into tray-gdbus
This commit is contained in:
@ -56,7 +56,7 @@ src_files = files(
|
||||
'src/client.cpp'
|
||||
)
|
||||
|
||||
if find_program('sway').found()
|
||||
if find_program('sway', required : false).found()
|
||||
add_project_arguments('-DHAVE_SWAY', language: 'cpp')
|
||||
src_files += [
|
||||
'src/modules/sway/ipc/client.cpp',
|
||||
|
Reference in New Issue
Block a user