November 6 2015 2:32 AM, "Jonas Ådahl" <[email protected]> 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.
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to