aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-31 14:59:59 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-31 15:10:09 +0200
commit805d20d132098b9123f5527ffd0a4e1b807fd5a9 (patch)
treeeffc70d7e6e124c93335b260c626c8b3d312559e
parent7f5b11496e64227d31d6e477787fabac74794de7 (diff)
Bump required software versions
We needed to update the README anyway
-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')