[PATCH][V3][weston] build: mkdir target weston.ini directories before writing

2015-07-17 Thread Ross Burton
In parallel out-of-tree builds it is possible for e.g. ivi-shell/weston.ini to be written before ivi-shell/ exists. Solve this by creating the target directory first. Signed-off-by: Ross Burton --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am

[PATCH][weston] build: mkdir target weston.ini directories before writing

2015-07-17 Thread Ross Burton
In parallel out-of-tree builds it is possible for e.g. ivi-shell/weston.ini to be written before ivi-shell/ exists. Solve this by creating the target directory first. Signed-off-by: Ross Burton --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am

[PATCH][weston] build: mkdir target weston.ini directories before writing

2015-07-16 Thread Ross Burton
In parallel out-of-tree builds it is possible for e.g. ivi-shell/weston.ini to be written before ivi-shell/ exists. Solve this by creating the target directory first. Signed-off-by: Ross Burton --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am

[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

[PATCH] build: always build wayland-scanner

2015-07-02 Thread Ross Burton
verly complicated) Signed-off-by: Ross Burton --- Makefile.am | 9 + configure.ac | 34 -- 2 files changed, 21 insertions(+), 22 deletions(-) diff --git a/Makefile.am b/Makefile.am index 58f5595..151c54b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,16 +