build: Simplify GObject dependency discovery
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 11:50:45 +0000 (12:50 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 12:44:20 +0000 (13:44 +0100)
commit2f531e76cfe129d01dd8f9aeab1c9fc2d69f5bee
tree2b40ed1c54e17b291a314608fff82be03c095196
parent5a4d369e0dfac2a5ada591ca16b672754717533b
build: Simplify GObject dependency discovery

We don't need this much ad hoc complexity in the build system to find
gobject-2.0 and its tools.

GObject depends on GLib; GThread does not exist any more, as has been
subsumed into GLib; the AM_PATH_GLIB_2_0 m4 macro is deprecated in
favour of just using PKG_CHECK_MODULES.
atk.pc.in
configure.ac
meson.build