summaryrefslogtreecommitdiffstats
path: root/network/avahi
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-30 16:23:40 +0100
committer Matteo Bernardini2021-01-30 16:23:40 +0100
commitc92ee29b17ad2239ce11ddd76134b199ef5a3ed2 (patch)
treeed33817b0ffbb52c85efc59a8ff7282182e7c0b5 /network/avahi
parent2e286279c8e562590897ef95d592f0ce4edbce32 (diff)
downloadslackbuilds-current-20210130.1.tar.gz
20210130.1 global branch merge.current-20210130.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/avahi')
-rw-r--r--network/avahi/README3
-rw-r--r--network/avahi/avahi.SlackBuild1
2 files changed, 2 insertions, 2 deletions
diff --git a/network/avahi/README b/network/avahi/README
index 8d1e64903a..8eed1b461a 100644
--- a/network/avahi/README
+++ b/network/avahi/README
@@ -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.
diff --git a/network/avahi/avahi.SlackBuild b/network/avahi/avahi.SlackBuild
index b2b984d3b3..76c94acd67 100644
--- a/network/avahi/avahi.SlackBuild
+++ b/network/avahi/avahi.SlackBuild
@@ -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. "