Date: Fri, 02 Sep 2022 12:44:27 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 266173] www/firefox allow building with X11=OFF Message-ID: <bug-266173-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266173 Bug ID: 266173 Summary: www/firefox allow building with X11=3DOFF Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: moonlapse81@gmail.com Flags: maintainer-feedback?(gecko@FreeBSD.org) Assignee: gecko@FreeBSD.org Now, that long standing upstream report has been fixed [1], firefox has abi= lity to build without X11, that is aimed for pure wayland environment. This, the= n, also mean, that it's deps such as cairo, pango, libxkbcommon, gtk30 all can= be built without X11 as well. Following 3 possible scenarios are possible: 1. both X11 and WAYLAND options enabled, mozconfig expects --enable-default-toolkit=3Dcairo-gtk3-x11-wayland passed to configure optio= n. 2. only WAYLAND enabled and X11 is OFF, mozconfig expects --enable-default-toolkit=3Dcairo-gtk3-wayland-only to be passed to configure option. 3. only X11 enabled, WAYLAND is OFF, mozconfig expects --enable-default-toolkit=3Dcairo-gtk3 passed to configure option. Request is to have firefox port allowing such building option, with default= X11 to be enabled by default to preserve it's current building scheme for major= ity of users. Reference [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=3D1661450 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266173-7788>