After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 682595 - atspi-2.pc lacking Requires: glib-2.0
atspi-2.pc lacking Requires: glib-2.0
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-core
unspecified
Other All
: Normal normal
: ---
Assigned To: Li Yuan
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-08-24 09:44 UTC by Samuel Thibault
Modified: 2012-08-24 21:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (352 bytes, patch)
2012-08-24 09:44 UTC, Samuel Thibault
committed Details | Review

Description Samuel Thibault 2012-08-24 09:44:15 UTC
Created attachment 222293 [details] [review]
patch

Hello,

atspi.h contains #include "glib.h", which thus requires the cflags from
glib-2.0.pc. atspi-2.pc should thus not only contain

Requires: dbus-1

but

Requires: dbus-1 glib-2.0

as attached patch does.

Samuel
Comment 1 Patrick Welche 2012-08-24 16:18:29 UTC
Review of attachment 222293 [details] [review]:

Makes sense to me.
(I'll ignore X11 and Xtst)
Comment 2 Mike Gorse 2012-08-24 21:50:16 UTC
Committed (27438f).
Thanks for the patch.