Bug 512260
| Summary: | Build with introspection support | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Owen Taylor <otaylor> | ||||
| Component: | clutter | Assignee: | Allisson Azevedo <allisson> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | allisson, bnocera, debarshir | ||||
| 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: | 2009-07-17 16:40:13 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: | 508318 | ||||||
| Attachments: |
|
||||||
Building in clutter-0.9.6-2 Can we enable gobject-introspection in F-11 (and F-10?) too so that I can build libchamplain with gobject-introspection on those distributions? |
Created attachment 354048 [details] Patch for clutter.spec We should build our Clutter packages with gobject-introspection support: this is needed for Mutter and gnome-shell. I'll attach a patch for the spec file. (I don't have provenpackager at the moment, so don't ask me to commit it :-) The patch adds dependencies on gobject-introspection (for the runtime) and gobject-introspection-devel (for the devel package) - this is to get the necessary directories, there is no linking. I think pulling in the gobject-introspection packages is harmless - they will soon be pretty much universal anyways.