mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/avahi: Disable mono support (broken).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
1edb6f9ef4
commit
bb8e563326
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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. "
|
||||
|
|
Loading…
Reference in a new issue