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 614980 - Add shamrock macro's for finding mono-2.pc.
Add shamrock macro's for finding mono-2.pc.
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-06 16:38 UTC by Ruben Vermeersch
Modified: 2010-05-29 22:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add shamrock macro's for finding mono-2.pc. (3.24 KB, patch)
2010-04-06 16:38 UTC, Ruben Vermeersch
committed Details | Review

Description Ruben Vermeersch 2010-04-06 16:38:19 UTC
The ABI changed in mono 2.7 and as such, the pkg-config file was renamed from
mono.pc to mono-2.pc. This patch adds shamrock macro's for finding the desired
mono module. As well as macro's for checking for assemblies in the specified
GAC. No 1.0 profile assembly check macro has been added for mono-2, as I think
this has been deprecated.
Comment 1 Ruben Vermeersch 2010-04-06 16:38:23 UTC
Created attachment 158058 [details] [review]
Add shamrock macro's for finding mono-2.pc.
Comment 2 Bertrand Lorentz 2010-05-29 22:13:54 UTC
Comment on attachment 158058 [details] [review]
Add shamrock macro's for finding mono-2.pc.

Looks good, please commit with the following fix in the message :
macro's -> macros
Comment 3 Ruben Vermeersch 2010-05-29 22:47:22 UTC
Done!