summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2019-03-12 21:48:58 +0100
committerZeeshan Ali <zeenix@collabora.co.uk>2019-03-12 21:48:58 +0100
commit96531076af1b908a89d2864728b3f17ed2044aee (patch)
tree73b6dc0c481717a6c9e1ae2dd5fe460ba37f4fd8 /HACKING.md
parent05ae6a2e3de8a820735181b6ec35d4b2286728d2 (diff)
downloadgeoclue-96531076af1b908a89d2864728b3f17ed2044aee.tar.gz
HACKING: Simplify glib deps
`gio` implies `glib` and `gio-unix` is guaranteed on supported platforms so no need to list all of them explicitly.
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/HACKING.md b/HACKING.md
index 3ac04dd..dccd0f2 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -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