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
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
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
---