Closed
Bug 1696845
Opened 2 years ago
Closed 2 years ago
Use dlsym for gdk_*_display_get_type
Categories
(Core :: Widget: Gtk, task)
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: heftig, Assigned: heftig)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Using dlsym
for gdk_wayland_display_get_type
is a cleaner solution to bug 1696319, allowing running with a GTK that lacks the Wayland backend.
Also adds a symmetric implementation for gdk_x11_display_get_type
, which should help running without X11.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by archaeopteryx@coole-files.de: https://hg.mozilla.org/integration/autoland/rev/a4f4f640eaa7 Use dlsym for gdk_*_display_get_type. r=stransky
Comment 3•2 years ago
|
||
Backed out for bustages on pangofc-fontmap.h
Backout link: https://hg.mozilla.org/integration/autoland/rev/210775e12530d6f90d04d76d08ccb34ac3e8d16b
Log link: https://treeherder.mozilla.org/logviewer?job_id=332611470&repo=autoland&lineNumber=56129
Flags: needinfo?(jan.steffens)
Comment 4•2 years ago
|
||
Pushed by stransky@redhat.com: https://hg.mozilla.org/integration/autoland/rev/988c04abcb91 Use dlsym for gdk_*_display_get_type. r=stransky
Comment 6•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(jan.steffens)
You need to log in
before you can comment on or make changes to this bug.
Description
•