Dynamically link libwayland (#13241)
Fixes a bug in current nightly. Release Notes: - N/A
This commit is contained in:
parent
db0d843fb1
commit
17bc0d1b17
2 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue