Re: [oe] [meta-browser][PATCH][resend] chromium: conditionally compile routines for use with GLIB

2014-10-09 Thread Otavio Salvador
On Wed, Oct 8, 2014 at 3:46 PM, Eric Nelson wrote: > The routine QuoteArgForDesktopFileExec is only called when GLIB is > used, and compilation will fail with the following error message > if it is compiled without GLIB support (e.g. under Wayland): > "defined but not used [-Werror=unused-

[oe] [meta-browser][PATCH][resend] chromium: conditionally compile routines for use with GLIB

2014-10-08 Thread Eric Nelson
The routine QuoteArgForDesktopFileExec is only called when GLIB is used, and compilation will fail with the following error message if it is compiled without GLIB support (e.g. under Wayland): "defined but not used [-Werror=unused-function]" Signed-off-by: Eric Nelson --- First e-mail bo