mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if survive.found() and ('survive' in drivers)
|
if survive.found() and ('auto' in drivers and 'survive' not in drivers)
|
||||||
if 'survive' not in drivers
|
drivers += ['survive']
|
||||||
drivers += ['survive']
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if not get_option('dbus').disabled() and dbus.found()
|
if not get_option('dbus').disabled() and dbus.found()
|
||||||
|
|
Loading…
Reference in a new issue