Raise min GTK version to 3.22
This commit is contained in:
parent
5353f770a1
commit
4f1ba653e1
|
@ -6,7 +6,7 @@
|
|||
- python3.4 or higher
|
||||
- python3-gi
|
||||
- python3-gi-cairo
|
||||
- gir1.2-gtk-3.0
|
||||
- gir1.2-gtk-3.0 (>=3.22)
|
||||
- python3-nbxmpp
|
||||
- python3-openssl (>=0.14)
|
||||
- python3-pyasn1
|
||||
|
|
|
@ -56,7 +56,7 @@ from gajim.common import i18n
|
|||
from gajim.common import logging_helpers
|
||||
|
||||
MIN_NBXMPP_VER = "0.6.4"
|
||||
MIN_GTK_VER = "3.20.0"
|
||||
MIN_GTK_VER = "3.22.0"
|
||||
|
||||
|
||||
class GajimApplication(Gtk.Application):
|
||||
|
|
Loading…
Reference in New Issue