chore: let compile sway modules even if we can't find the binary

This commit is contained in:
Alex 2019-03-30 09:15:51 +01:00
parent 949a4ecf2e
commit 6522a7acb4

View File

@ -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',