meson: Use feature options everywhere it makes sense

This commit is contained in:
Thibault Saunier 2021-03-10 15:36:27 -03:00 committed by Wim Taymans
parent 98bedb3895
commit 485bae5eb0
20 changed files with 211 additions and 224 deletions

View file

@ -42,7 +42,7 @@ executable('test-timer',
install : false,
)
if get_option('udev') and libudev_dep.found()
if libudev_dep.found()
install_data(alsa_udevrules,
install_dir : udevrulesdir,
)