Re: [PATCH][weston] build: don't duplicate rule for weston.desktop

2015-07-16 Thread Bryce Harrington
On Thu, Jul 16, 2015 at 08:56:32PM +0100, Ross Burton wrote: > dist_wayland_session_DATA will distribute and install src/weston.desktop, so > the > definition of wayland_session_DATA which also installs src/weston.desktop will > result in the file being installed twice and (rarely) cause install t

Re: [PATCH][weston] build: don't duplicate rule for weston.desktop

2015-07-16 Thread Derek Foreman
Looks good to me, Reviewed-By: Derek Foreman On 16/07/15 02:56 PM, Ross Burton wrote: > dist_wayland_session_DATA will distribute and install src/weston.desktop, so > the > definition of wayland_session_DATA which also installs src/weston.desktop will > result in the file being installed twice

[PATCH][weston] build: don't duplicate rule for weston.desktop

2015-07-16 Thread Ross Burton
dist_wayland_session_DATA will distribute and install src/weston.desktop, so the definition of wayland_session_DATA which also installs src/weston.desktop will result in the file being installed twice and (rarely) cause install to fail. Spotted and fix by Roy Li . Signed-off-by: Ross Burton ---