Dynamically link libwayland (#13241)

Fixes a bug in current nightly.

Release Notes:

- N/A
This commit is contained in:
Mikayla Maki 2024-06-18 15:07:45 -07:00 committed by GitHub
parent db0d843fb1
commit 17bc0d1b17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -12371,6 +12371,7 @@ checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
dependencies = [
"dlib",
"log",
"once_cell",
"pkg-config",
]

View File

@ -110,7 +110,7 @@ as-raw-xcb-connection = "1"
ashpd.workspace = true
calloop = "0.13.0"
calloop-wayland-source = "0.3.0"
wayland-backend = { version = "0.3.3", features = ["client_system"] }
wayland-backend = { version = "0.3.3", features = ["client_system", "dlopen"] }
wayland-client = { version = "0.31.2" }
wayland-cursor = "0.31.1"
wayland-protocols = { version = "0.31.2", features = [