You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libdisplay-info-sys currently seems to link against display-info 2.0 if present, causing a segfault (or a panic in debug builds): pop-os/cosmic-comp#1020 (comment).
If the crate wants to support both versions, not sure how best to deal with that. I guess it would be possible for build.rs to determine which version its linking against.
The text was updated successfully, but these errors were encountered:
Looks like Ubuntu Noble has libdisplay-info1 0.1.1, Oracular has libdisplay-info2 0.2.0. While Debian has libdisplay-info2 in bookworm-backports, trixie, and sid, and doesn't currently seem to package libdisplay-info1 anywhere.
It seems the definition of the
di_edid_display_range_limits
struct was changed slightly. The ABI seems otherwise unchanged.https://gitlab.freedesktop.org/emersion/libdisplay-info/-/commit/8aa57fbed9d2a7a3e59c0c19024c43074e47668a
libdisplay-info-sys
currently seems to link against display-info 2.0 if present, causing a segfault (or a panic in debug builds): pop-os/cosmic-comp#1020 (comment).If the crate wants to support both versions, not sure how best to deal with that. I guess it would be possible for
build.rs
to determine which version its linking against.The text was updated successfully, but these errors were encountered: