On 1/25/17 9:50 PM, Herve Jourdain wrote:
> Hi Jacob,
> 
> I've been able to compile chromium-wayland 53.0.2785.14 on RaspberryPi, with 
> Wayland only (no X11), BUT I had to add an additional patch for it to work, 
> or else I get an error in ui/events/keycodes/keyboard_code_conversion_xkb.cc.
> I'm using VC4, which has a DRM/KMS interface (it seems that DRM interface is 
> required by ozone-wayland), but this patch seems to not be related to 
> RaspberryPi itself.
> Basically, it seems that USE_XKBCOMMON is not defined when compiling keycodes.
> 
> Is it something that you saw as well? Or do you have a different 
> setting/experience?
> 
> Just for reference, here is the patch I need (right now, I'm triggering it 
> from meta-raspberrypi, but I believe it may be needed in meta-browser).
> 
> --- a/ui/events/keycodes/events_keycodes.gyp  2017-01-23 19:12:01.767271256 
> +0800
> +++ b/ui/events/keycodes/events_keycodes.gyp  2017-01-23 19:12:11.503048216 
> +0800
> @@ -21,6 +21,9 @@
>          'scoped_xkb.h',
>          'xkb_keysym.h',
>        ],
> +      'defines': [
> +        'USE_XKBCOMMON',

This seems fine to me. It should also be proposed upstream as well I think.

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to