mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
chore: let compile sway modules even if we can't find the binary
This commit is contained in:
parent
949a4ecf2e
commit
6522a7acb4
@ -72,7 +72,7 @@ src_files = files(
|
||||
'src/client.cpp'
|
||||
)
|
||||
|
||||
if find_program('sway', required : false).found()
|
||||
if true # find_program('sway', required : false).found()
|
||||
add_project_arguments('-DHAVE_SWAY', language: 'cpp')
|
||||
src_files += [
|
||||
'src/modules/sway/ipc/client.cpp',
|
||||
|
Loading…
Reference in New Issue
Block a user