Closed
Bug 1434574
Opened 8 years ago
Closed 8 years ago
[Wayland] Build wayland with EGL backend
Categories
(Firefox Build System :: General, enhancement, P3)
Firefox Build System
General
Tracking
(firefox60 fixed)
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We need to build wayland enabled builds with EGL backend as GLX can't be used with Wayland.
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8947071 [details]
Bug 1434574 - Build wayland with EGL OpenGL backend,
https://reviewboard.mozilla.org/r/216866/#review222862
::: gfx/gl/moz.build:18
(Diff revision 1)
> elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'uikit':
> gl_provider = 'EAGL'
> +if CONFIG['MOZ_WAYLAND']:
> + gl_provider = 'EGL'
> elif 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
> if CONFIG['MOZ_EGL_XRENDER_COMPOSITE']:
seems like you could add the condition here instead.
Attachment #8947071 -
Flags: review?(mh+mozilla) → review+
| Comment hidden (mozreview-request) |
Pushed by stransky@redhat.com:
https://hg.mozilla.org/integration/autoland/rev/232be6a41577
Build wayland with EGL OpenGL backend, r=glandium
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Do we need to use: ac_add_options --with-gl-provider=EGL if we apply this patch?
| Assignee | ||
Comment 7•7 years ago
|
||
(In reply to Fadi R from comment #6)
> Do we need to use: ac_add_options --with-gl-provider=EGL if we apply this
> patch?
EGL backend is enabled by default on Wayland build so you don't need to use this option.
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•