From 17bc0d1b175580b98d5a5b02e161c92f6786d95c Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Tue, 18 Jun 2024 15:07:45 -0700 Subject: [PATCH] Dynamically link libwayland (#13241) Fixes a bug in current nightly. Release Notes: - N/A --- Cargo.lock | 1 + crates/gpui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index ba8f7f1b88..1a1706d630 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12371,6 +12371,7 @@ checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af" dependencies = [ "dlib", "log", + "once_cell", "pkg-config", ] diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index 1092852359..8ca4d8e679 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -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 = [