Bug 467294
Summary: | mono-cairo.pc broken | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dan Winship <danw> |
Component: | mono | Assignee: | Xavier Lamien <lxtnow> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | rawhide | CC: | lxtnow, paul |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-10-16 23:14:42 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 460663 |
Thanks for the report - fixed in the next push |
> pkg-config --libs mono-cairo -r:/usr/lib64/pkgconfig/../../lib/mono/1.0/Mono.Cairo.dll which doesn't work, because it's in lib64, not lib. patching it to just say "-r:Mono.Cairo.dll" instead of "-r:${prefix}/lib/mono/1.0/Mono.Cairo.dll" appears to work fine, though I haven't tested extensively...