[PATCH weston] build: Set a default aux dir

2014-02-01 Thread Guillem Jover
cking whether build environment is sane... yes /bin/bash: /home/user/missing: No such file or directory configure: WARNING: 'missing' script is too old or missing `--- Signed-off-by: Guillem Jover --- .gitignore | 8 +--- configure.ac | 1 + 2 files changed, 2 insertions(+), 7 del

[PATCH weston] compositor: Clarify XDG_RUNTIME_DIR misconfiguration message

2014-01-31 Thread Guillem Jover
If only the mode or the owner are wrong, do not say both are wrong. Change the text to state that there's a problem and the current values, and let the user figure it out. Signed-off-by: Guillem Jover --- src/compositor.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --