mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-05 09:58:27 +02:00
build: Downgrade python3-shtab warning to a simple message
This commit is contained in:
parent
4b172671cc
commit
02898fbd44
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ python3 = python.find_installation('python3')
|
|||
have_shtab = run_command(
|
||||
[python3, '-c', 'import shtab'], check: false).returncode() == 0
|
||||
if not have_shtab
|
||||
warning('''python3-shtab not found''')
|
||||
message('''python3-shtab not found, completions won't be generated''')
|
||||
endif
|
||||
|
||||
bashcomp = dependency('bash-completion', required: get_option('bashcomp').disable_auto_if(not have_shtab))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue