Re: [PATCH wayland 2/2] build: Add wayland-scanner.pc.

2013-07-10 Thread Eduardo Lima (Etrunko)
On 07/02/2013 06:38 AM, Daiki Ueno wrote: diff --git a/src/Makefile.am b/src/Makefile.am index 4fa7425..4226f63 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -57,6 +57,9 @@ wayland_scanner_SOURCES = \ wayland_scanner_LDADD = $(EXPAT_LIBS) libwayland-util.la

Re: [PATCH wayland 2/2] build: Add wayland-scanner.pc.

2013-07-10 Thread Eduardo Lima (Etrunko)
On 07/10/2013 07:27 PM, Daiki Ueno wrote: Hi Eduardo, Eduardo Lima (Etrunko) eduardo.l...@linux.intel.com writes: Is there any specific reason why is the .pc file not being installed in standard $(libdir)/pkgconfig such as the others? In ths case the patch would simply be something like

Re: [PATCH] text: Fix misleading error message

2013-06-12 Thread Eduardo Lima (Etrunko)
On 06/07/2013 02:27 AM, Kristian Høgsberg wrote: On Thu, Jun 06, 2013 at 10:59:06AM -0300, Eduardo Lima (Etrunko) wrote: Ping? This never made it to the list, it got stuck in moderation. Normally you just subscribe to the list and re-send it, but I found it in the moderation queue and let

Re: [PATCH] weston.pc: Added libexecdir and pkglibexecdir variables

2013-06-11 Thread Eduardo Lima (Etrunko)
On 06/11/2013 04:40 AM, sardemff7+wayl...@sardemff7.net wrote: On 11/06/2013 08:05, Pekka Paalanen wrote: On Mon, 10 Jun 2013 14:40:19 -0300 Eduardo Lima (Etrunko) eduardo.l...@linux.intel.com wrote: I have added the pkglibexedir in an attempt to avoid crowding libexecdir too much. Other

Re: [PATCH] weston.pc: Added libexecdir and pkglibexecdir variables

2013-06-10 Thread Eduardo Lima (Etrunko)
On 06/07/2013 11:01 AM, Pekka Paalanen wrote: On Mon, 3 Jun 2013 12:24:09 -0300 Eduardo Lima (Etrunko) eduardo.l...@linux.intel.com wrote: From: Eduardo Lima (Etrunko) eduardo.l...@intel.com These can be used by external clients to check the installation path Signed-off-by: Eduardo Lima

Re: [PATCH] text: Fix misleading error message

2013-06-06 Thread Eduardo Lima (Etrunko)
Ping? On 05/10/2013 05:50 PM, Eduardo Lima (Etrunko) wrote: From: Eduardo Lima (Etrunko) eduardo.l...@linux.intel.com This should be input_method and not desktop_shell Signed-off-by: Eduardo Lima (Etrunko) eduardo.l...@intel.com --- src/text-backend.c | 2 +- 1 file changed, 1

[PATCH] text: Fix misleading error message

2013-06-06 Thread Eduardo Lima (Etrunko)
From: Eduardo Lima (Etrunko) eduardo.l...@linux.intel.com This should be input_method and not desktop_shell Signed-off-by: Eduardo Lima (Etrunko) eduardo.l...@intel.com --- src/text-backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text-backend.c b/src/text

[PATCH] weston.pc: Added libexecdir and pkglibexecdir variables

2013-06-03 Thread Eduardo Lima (Etrunko)
From: Eduardo Lima (Etrunko) eduardo.l...@intel.com These can be used by external clients to check the installation path Signed-off-by: Eduardo Lima (Etrunko) eduardo.l...@intel.com --- src/weston.pc.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/weston.pc.in b/src/weston.pc.in

[PATCH] text: Respawn input method process if it exits

2013-05-14 Thread Eduardo Lima (Etrunko)
From: Eduardo Lima (Etrunko) eduardo.l...@intel.com Just the same as it is done in shell.c, if the input method process exits for any reason, we relaunch it automatically, as it is not possible to launch a standalone application outside of the weston process. Signed-off-by: Eduardo Lima (Etrunko

Re: [PATCH] text: Respawn input method process if it exits

2013-05-14 Thread Eduardo Lima (Etrunko)
On 05/14/2013 12:47 PM, Michael Hasselmann wrote: On Tue, 2013-05-14 at 12:16 -0300, Eduardo Lima (Etrunko) wrote: +static void launch_input_method(struct text_backend *text_backend); + static void handle_input_method_sigchld(struct weston_process *process, int status) { +uint32_t