Skip to content

Make atk.pc require glib

Samuel Thibault requested to merge sthibaul/atk:atk_requires_glib into master

atkutil.h uses several glib/gobject functions in macros, so the caller will have to link against glib, atk.pc thus has to explicit this.

Merge request reports