mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
meson: Fix building survive on auto.
The code didn't do anything.
This commit is contained in:
parent
98ef9a8ef7
commit
8c4b6cef39
|
@ -203,10 +203,8 @@ if gst_found and ('auto' in drivers or 'vf' in drivers)
|
|||
endif
|
||||
endif
|
||||
|
||||
if survive.found() and ('survive' in drivers)
|
||||
if 'survive' not in drivers
|
||||
drivers += ['survive']
|
||||
endif
|
||||
if survive.found() and ('auto' in drivers and 'survive' not in drivers)
|
||||
drivers += ['survive']
|
||||
endif
|
||||
|
||||
if not get_option('dbus').disabled() and dbus.found()
|
||||
|
|
Loading…
Reference in a new issue