Skip to content

Commit 0e0037c

Browse files
committed
add wayland to init
1 parent ac99996 commit 0e0037c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xtask/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ impl Xtasks {
12001200
let codegen_app_settings = main_workspace_app_settings
12011201
.clone()
12021202
.with_workspace_dir(api_gen_dir.clone());
1203-
// .with_toolchain(codegen_toolchain.clone()); // don't think it's needed, the rust toolchain file sorts that out
1203+
// .with_toolchain(codegen_toolchain.clone()); // don't think it's needed, the rust toolchain file sorts that out
12041204

12051205
let bevy_repo_app_settings = main_workspace_app_settings
12061206
.clone()
@@ -2014,7 +2014,7 @@ impl Xtasks {
20142014
if cfg!(target_os = "linux") {
20152015
let sudo = if !is_root::is_root() { "sudo" } else { "" };
20162016
let install_cmd = format!(
2017-
"{sudo} apt-get update && {sudo} apt-get install --no-install-recommends -y libasound2-dev libudev-dev"
2017+
"{sudo} apt-get update && {sudo} apt-get install --no-install-recommends -y libasound2-dev libudev-dev libwayland-dev"
20182018
);
20192019
Self::run_system_command(
20202020
&app_settings,

0 commit comments

Comments
 (0)