diff options
author | Rye <rye@lindenlab.com> | 2024-10-23 09:56:25 -0700 |
---|---|---|
committer | Rye Cogtail <rye@lindenlab.com> | 2024-10-31 01:52:24 -0400 |
commit | 24e49d9b908969dbfac67364952ec94ef99a6023 (patch) | |
tree | 4070217bae87bf7dc9b25036f43050146f278c37 /.github | |
parent | 90611c1d2ae7f86933bb6092ec6925302a1eb64c (diff) |
Fix broken viewer under XWayland and whitespace
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e40f2cdf3a..9cfd0f3117 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -137,7 +137,7 @@ jobs: libgl1-mesa-dev libglu1-mesa-dev libxinerama-dev \ libxcursor-dev libxfixes-dev libgstreamer1.0-dev \ libgstreamer-plugins-base1.0-dev ninja-build libxft-dev \ - llvm mold libpipewire-0.3-dev + llvm mold libpipewire-0.3-dev libdbus-1-dev - name: Install windows dependencies if: runner.os == 'Windows' |