forked from external/yambar
modules: meson: regression: it’s ‘libudev’, not ‘udev’
This commit is contained in:
parent
b22614ecc3
commit
95b1f5f261
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ plugin_pipewire_enabled = pipewire.found() and json_pipewire.found()
|
||||||
pulse = dependency('libpulse', required: get_option('plugin-pulse'))
|
pulse = dependency('libpulse', required: get_option('plugin-pulse'))
|
||||||
plugin_pulse_enabled = pulse.found()
|
plugin_pulse_enabled = pulse.found()
|
||||||
|
|
||||||
udev_removables = dependency('udev', required: get_option('plugin-removables'))
|
udev_removables = dependency('libudev', required: get_option('plugin-removables'))
|
||||||
plugin_removables_enabled = udev_removables.found()
|
plugin_removables_enabled = udev_removables.found()
|
||||||
|
|
||||||
plugin_river_enabled = backend_wayland and get_option('plugin-river').allowed()
|
plugin_river_enabled = backend_wayland and get_option('plugin-river').allowed()
|
||||||
|
|
Loading…
Add table
Reference in a new issue