Add glib-2 to script/linux (#50335)

Conrad Irwin created

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

Change summary

script/linux | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

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