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 721719 - typo in pkg-config file
typo in pkg-config file
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-atk
unspecified
Other All
: Normal normal
: ---
Assigned To: At-spi maintainer(s)
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-01-07 19:00 UTC by Samuel Thibault
Modified: 2014-06-07 20:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (361 bytes, patch)
2014-01-07 19:00 UTC, Samuel Thibault
committed Details | Review

Description Samuel Thibault 2014-01-07 19:00:03 UTC
Hello,

As reported on http://bugs.debian.org/734490 by Sebastien Ramacher :

“
atk-bridge-2.0.pc contains Requires.Private although it should be
Requires.private. Requires.Private is ignored by pkg-config and won't
give the correct result when passing --static to pkg-config --libs. The
libraries for gobject-2.0 and atspi-2 are missing.

Please apply the attached patch. Thank you.
”

Samuel
Comment 1 Samuel Thibault 2014-01-07 19:00:44 UTC
Created attachment 265561 [details] [review]
proposed fix
Comment 2 Matthias Clasen 2014-02-06 23:43:31 UTC
Review of attachment 265561 [details] [review]:

Looks like a pretty obvious fix to me
Comment 3 Alejandro Piñeiro Iglesias (IRC: infapi00) 2014-04-11 16:55:12 UTC
Review of attachment 265561 [details] [review]:

Sorry I missed the patch. Yes I also thinks that make sense.
Comment 4 Alejandro Piñeiro Iglesias (IRC: infapi00) 2014-05-06 16:40:51 UTC
Mike: ping
Comment 5 Mike Gorse 2014-06-07 20:42:22 UTC
Pushed to master as 55d8ac. Sorry for the long delay.