GNOME Bugzilla – Bug 622050
Build error when compiling schemas
Last modified: 2010-06-19 10:05:29 UTC
See patch.
Created attachment 164057 [details] [review] Rescue innocent schema files from the greedy make god Removing the prerequisites from the gschemas.compiled rule broke the build, as this is what triggers the generation of the actual schema files expected by the rule's command. Instead of just restoring the former dependencies, make sure that the schema is validated before compilation, not after.
Review of attachment 164057 [details] [review]: Makes sense.
Attachment 164057 [details] pushed as bd4aa54 - Rescue innocent schema files from the greedy make god