summaryrefslogtreecommitdiff
path: root/atk.pc.in
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-22 12:50:45 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 13:44:20 +0100
commit2f531e76cfe129d01dd8f9aeab1c9fc2d69f5bee (patch)
tree2b40ed1c54e17b291a314608fff82be03c095196 /atk.pc.in
parent5a4d369e0dfac2a5ada591ca16b672754717533b (diff)
downloadatk-2f531e76cfe129d01dd8f9aeab1c9fc2d69f5bee.tar.gz
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.
Diffstat (limited to 'atk.pc.in')
-rw-r--r--atk.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk.pc.in b/atk.pc.in
index 39aa30e..51ce841 100644
--- a/atk.pc.in
+++ b/atk.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: Atk
Description: Accessibility Toolkit
Version: @VERSION@
-Requires: @GLIB_PACKAGES@
+Requires: gobject-2.0
Libs: -L${libdir} -latk-@ATK_API_VERSION@
Cflags: -I${includedir}/atk-1.0