[webkit-help] How to disable unwanted includes in generated sources
Alexey Proskuryakov
ap at webkit.org
Tue Aug 17 07:18:28 PDT 2010
17.08.2010, в 7:08, Alex Vazquez написал(а):
> but the fact is that they should not be included, since we are compiling with no database nor video enabled. The features passed to compilation are:
The generated files always have conditionals inside, so the easiest way to fix this may be to just generate them.
This situation is a bit of a mess, as some people add conditional guards around #include lines instead of adding IDL files to their build systems. And since build fixes go unreviewed, there is no feedback loop for everyone to use the same approach.
- WBR, Alexey Proskuryakov
More information about the webkit-help
mailing list