[PATCH weston 00/10] weston wayland-protocols migration
ahmet acar
unixman at archlinux.info
Fri Nov 6 07:05:57 PST 2015
November 6 2015 2:32 AM, "Jonas Ã…dahl" <jadahl at gmail.com> wrote:
> More or less. The question is whether it would be Ok to break builds,
> and if so how "soon"?
>
are builds have to breaks?
If build systems smarts enought(no needs for so complicated)
and its behaivour known clearly both by you upstream devs and downstream clients
then it able to handle all cases?
A pseudocode instance:
if(exists("protocol_foo_v1.xml"))
{
do_stuff
}
else if(exists("deprecated/protocol_foo_v1.xml"))
{
do_stuff
}
else
{
do_stuff
}
or something similar. regards.
More information about the wayland-devel
mailing list