Remove python3-avahi dependency
This commit is contained in:
parent
2d6e7d2eee
commit
c70b883fdd
2 changed files with 1 additions and 29 deletions
|
@ -17,7 +17,7 @@
|
|||
- python3-pil (pillow) for support of webp avatars
|
||||
- python3-crypto to enable End to end encryption
|
||||
- python3-gnupg to enable GPG encryption
|
||||
- For zeroconf (bonjour) you need dbus-glib, python-avahi
|
||||
- For zeroconf (bonjour) you need python3-dbus
|
||||
- gir1.2-gspell-1 and hunspell-LANG where lang is your locale eg. en, fr etc
|
||||
- gir1.2-secret-1 for GNOME Keyring or KDE support as password storage
|
||||
- D-Bus running to have gajim-remote working. Some distributions split dbus-x11, which is needed for dbus to work with Gajim. Version >= 0.80 is required.
|
||||
|
|
|
@ -247,34 +247,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
/* Zeroconf support */
|
||||
{
|
||||
"name": "avahi",
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/lib/avahi",
|
||||
"/share/avahi",
|
||||
"avahi.mo"
|
||||
],
|
||||
"config-opts": [
|
||||
"--with-distro=none",
|
||||
"--disable-qt3",
|
||||
"--disable-qt4",
|
||||
"--disable-libdaemon",
|
||||
"--disable-pygtk",
|
||||
"--disable-gdbm",
|
||||
"--disable-mono",
|
||||
"--disable-monodoc",
|
||||
"--disable-manpages"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://github.com/lathiat/avahi/archive/v0.7.tar.gz",
|
||||
"sha256": "fd45480cef0559b3eab965ea3ad4fe2d7a8f27db32c851a032ee0b487c378329"
|
||||
}
|
||||
]
|
||||
},
|
||||
/* OMEMO support */
|
||||
{
|
||||
"name": "protobuf",
|
||||
|
|
Loading…
Add table
Reference in a new issue