aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README7
-rw-r--r--meson.build4
2 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index 5a5da18..82211bb 100644
--- a/README
+++ b/README
@@ -10,11 +10,10 @@ by the built in 3G chipset in your laptop/netbook.
Requirements
------------
-* ModemManager with ussd support (>= 0.5)
+* ModemManager with ussd support (>= 1.4)
* mobile-broadband-provider-info with top-up support (>= 20110319)
-* GTK+ >= 3.0.0, Debian package: libgtk+-3-0
-* PyGObject >= 2.28.3, Debian package: python-gobject
-* DBus Python Bindings >= 0.83, Debian package: python-dbus
+* GTK+ >= 3.22, Debian package: libgtk+-3-0
+* PyGObject >= 3.22, Debian package: python-gobject
Build
-----
diff --git a/meson.build b/meson.build
index a062639..a2a71ea 100644
--- a/meson.build
+++ b/meson.build
@@ -12,8 +12,8 @@ gnome = import('gnome')
i18n = import('i18n')
gio_dep = dependency('gio-2.0', version: '>=2.25.6')
-gtk_dep = dependency('gtk+-3.0', version: '>=3.0.0')
-pygobject_dep = dependency('pygobject-3.0', version: '>=3.0')
+gtk_dep = dependency('gtk+-3.0', version: '>=3.22.0')
+pygobject_dep = dependency('pygobject-3.0', version: '>=3.22')
subdir('data')
subdir('src')