network/avahi: Disable mono support (broken).

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-12-23 11:26:01 +01:00 committed by Robby Workman
parent 1edb6f9ef4
commit bb8e563326
2 changed files with 2 additions and 2 deletions

View file

@ -11,5 +11,4 @@ prior to installing the avahi package. See README.SBo in this directory
(it is also installed to the package docmentation directory) for more
information and for setup notes.
mono is an optional dependency that also requires gtk-sharp - enable it
with the following: "MONO=yes ./avahi.SlackBuild"
mono support is not working ATM so it's forcibly disabled.

View file

@ -47,6 +47,7 @@ if [ "${MONO:-no}" = "no" ]; then
else
MONO="--enable-mono"
fi
MONO="--disable-mono" # mono support not working ATM
warn_accounts() {
echo " You must have an avahi user and group to run this script. "