/
githubmirror
/
fwupd
Обзор
Документация
Войти
/
githubmirror
/
fwupd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.0.21
plugins/logitech-bulkcontroller/meson.build
30 строк
826 B
Thomas Mühlbacher
trivial: simplify meson subdir_done() usage
17 июл 2025, 17:27
17 июл 2025, 17:27
e1f7813
Код
Авторство
О чём код?
protobufc.found() or subdir_done() protoc.found() or subdir_done() cargs = ['-DG_LOG_DOMAIN="FuPluginLogitechBulkController"'] plugins += {meson.current_source_dir().split('/')[-1]: true} plugin_quirks += files('logitech-bulkcontroller.quirk') subdir('proto') plugin_builtins += static_library('fu_plugin_logitech_bulkcontroller', rustgen.process('fu-logitech-bulkcontroller.rs'), sources: [ generated, 'fu-logitech-bulkcontroller-common.c', 'fu-logitech-bulkcontroller-child.c', 'fu-logitech-bulkcontroller-device.c', 'fu-logitech-bulkcontroller-plugin.c', ], include_directories: plugin_incdirs, link_with: plugin_libs, c_args: cargs, dependencies: plugin_deps, ) enumeration_data += files( 'tests/logi-rally-bar-setup.json', ) device_tests += files( 'tests/logi-rally-bar.json', )