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'
|
'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')
|
add_project_arguments('-DHAVE_SWAY', language: 'cpp')
|
||||||
src_files += [
|
src_files += [
|
||||||
'src/modules/sway/ipc/client.cpp',
|
'src/modules/sway/ipc/client.cpp',
|
||||||
|
|
Loading…
Reference in New Issue