Meson build fails if bash-completion isn't present
This was broken by b0bedb5a, in the else for dep_bash.found()
, it references datadir
which is an undefined variable. Probably meant to use get_option('datadir')
.
/cc @evelikov
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This was broken by b0bedb5a, in the else for dep_bash.found()
, it references datadir
which is an undefined variable. Probably meant to use get_option('datadir')
.
/cc @evelikov