From 19190e861338ffe8b3bae711ed443653bfcffad4 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Fri, 27 Feb 2026 13:41:22 -0700 Subject: [PATCH] Add glib-2 to script/linux (#50335) required after livekit bump Closes #ISSUE Before you mark this PR as ready for review, make sure that you have: - [ ] Added a solid test coverage and/or screenshots from doing manual testing - [ ] Done a self-review taking into account security and performance aspects - [ ] Aligned any UI changes with the [UI checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) Release Notes: - N/A --- script/linux | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/script/linux b/script/linux index 1d1f78dc1d6d29ead26cca27e48b2559b9f81215..3f098ec21e3a84734d5f25c7b63b12d8588b8264 100755 --- a/script/linux +++ b/script/linux @@ -28,6 +28,7 @@ if [[ -n $apt ]]; then libasound2-dev libfontconfig-dev libgit2-dev + libglib2.0-dev libssl-dev libva-dev libvulkan1 @@ -79,6 +80,7 @@ if [[ -n $dnf ]] || [[ -n $yum ]]; then cmake alsa-lib-devel fontconfig-devel + glib2-devel wayland-devel libxcb-devel libxkbcommon-x11-devel @@ -143,6 +145,7 @@ if [[ -n $zyp ]]; then fontconfig-devel gcc gcc-c++ + glib2-devel git gzip jq @@ -176,6 +179,7 @@ if [[ -n $pacman ]]; then cmake alsa-lib fontconfig + glib2 wayland libgit2 libxcb @@ -206,6 +210,7 @@ if [[ -n $xbps ]]; then gcc alsa-lib-devel fontconfig-devel + glib-devel libxcb-devel libxkbcommon-devel libzstd-devel @@ -227,6 +232,7 @@ if [[ -n $emerge ]]; then deps=( app-arch/zstd app-misc/jq + dev-libs/glib dev-libs/openssl dev-libs/wayland dev-util/cmake