Re: [PATCH wayland 3/3] Validate the protocol xml during scanning

2015-11-09 Thread Pekka Paalanen
On Mon, 9 Nov 2015 14:15:01 +1000 Peter Hutterer wrote: > Embed the wayland.dtd protocol data into the scanner binary so we can validate > external protocol files without requiring makefile changes. Hat-tip to Pekka > Paalanen for the embedding trick. > The embedding trick doesn't work well if t

[PATCH wayland 3/3] Validate the protocol xml during scanning

2015-11-08 Thread Peter Hutterer
Embed the wayland.dtd protocol data into the scanner binary so we can validate external protocol files without requiring makefile changes. Hat-tip to Pekka Paalanen for the embedding trick. The embedding trick doesn't work well if the to-be-embedded file is in a different location than the source f