diff options
-rw-r--r-- | network/avahi/README | 3 | ||||
-rw-r--r-- | network/avahi/avahi.SlackBuild | 1 |
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. " |