diff options
author | Zeeshan Ali <zeenix@collabora.co.uk> | 2019-03-12 21:48:58 +0100 |
---|---|---|
committer | Zeeshan Ali <zeenix@collabora.co.uk> | 2019-03-12 21:48:58 +0100 |
commit | 96531076af1b908a89d2864728b3f17ed2044aee (patch) | |
tree | 73b6dc0c481717a6c9e1ae2dd5fe460ba37f4fd8 | |
parent | 05ae6a2e3de8a820735181b6ec35d4b2286728d2 (diff) |
HACKING: Simplify glib deps
`gio` implies `glib` and `gio-unix` is guaranteed on supported platforms so
no need to list all of them explicitly.
-rw-r--r-- | HACKING.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -4,11 +4,9 @@ is already included in your distro/OS, you should be able to use the package manager's command to install all build depedndancies. - * gio-2.0 - * gio-unix-2.0 - * gobject-introspection-1.0 - * glib-2.0 (>= 2.34.0) - * json-glib-1.0 + * gio (>= 2.44.0) + * gobject-introspection + * json-glib * libsoup2.4 (>= 2.42) * pkg-config |