Skip to content
Snippets Groups Projects
Commit 5ca90343 authored by Christoph Haag's avatar Christoph Haag Committed by Jakob Bornecrantz
Browse files

build/meson: Fix formatting for survive driver enablement

parent 92caeae3
Branches
Tags
No related merge requests found
...@@ -185,9 +185,9 @@ if has_v4l2_header and ('auto' in drivers or 'v4l2' in drivers) ...@@ -185,9 +185,9 @@ if has_v4l2_header and ('auto' in drivers or 'v4l2' in drivers)
endif endif
if survive.found() and ('survive' in drivers) if survive.found() and ('survive' in drivers)
if 'survive' not in drivers if 'survive' not in drivers
drivers += ['survive'] drivers += ['survive']
endif endif
endif endif
if drivers.length() == 0 or drivers == ['auto'] if drivers.length() == 0 or drivers == ['auto']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment