/
githubmirror
/
fwupd
Обзор
Документация
Войти
/
githubmirror
/
fwupd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.0.21
data/bash-completion/meson.build
33 строки
740 B
Richard Hughes
Run `meson format -i -r` on all the build files
11 сен 2025, 18:41
11 сен 2025, 18:41
dadf7be
Код
Авторство
О чём код?
if bashcomp.found() completions_dir = bashcomp.get_variable( pkgconfig: 'completionsdir', pkgconfig_define: bashcomp.version().version_compare('>= 2.10') ? ['datadir', datadir] : [ 'prefix', prefix, ], ) con = configuration_data() con.set('localstatedir', localstatedir) configure_file( input: 'fwupdtool', output: 'fwupdtool', configuration: con, install: true, install_tag: 'runtime', install_dir: completions_dir, ) if build_daemon configure_file( input: 'fwupdmgr', output: 'fwupdmgr', configuration: con, install: true, install_tag: 'runtime', install_dir: completions_dir, ) endif # build_daemon endif # bashcomp.found()