Created attachment 1330470 [details] Firefox Wayland Building failure log with --enable-default-toolkit=cairo-gtk3 Description of problem: https://github.com/stransky/gecko-dev How reproducible: Always Steps to Reproduce: 1. Specify --enable-default-toolkit=cairo-gtk3 instead of --enable-default-toolkit=cairo-gtk3-wayland into .mozconfig with https://github.com/stransky/gecko-dev 2. Run ./mach build Actual results: Build failure caused by undefined variables which are for Wayland patch Expected results: Building success even if --enable-default-toolkit=cairo-gtk3 is specified. Additional info: This is an obstacle for reporting Wayland patches into Bugzilla@Mozilla
Added to commit 6f90fe49c2f311f3a9fdd0e610a55ff85752784c Thanks.
Thanks for your super fast fix. But it seems that it is wrongly specified `--enable-default-toolkit=cairo-gtk3` in latest stransky/gecko-dev commit. Is it intentional?
(In reply to Hiroshi Hatake from comment #2) > Thanks for your super fast fix. > But it seems that it is wrongly specified > `--enable-default-toolkit=cairo-gtk3` in latest stransky/gecko-dev commit. > Is it intentional? Ahh yes, that's a leftover after my testing. Will change that back, thanks.