diff options
| author | Tony-LunarG <tony@lunarg.com> | 2022-01-13 10:44:28 -0700 |
|---|---|---|
| committer | Tony Barbour <tony@lunarg.com> | 2022-01-13 13:06:24 -0700 |
| commit | 440848d05f8340ee5a3b9d5957f79dfa1426a5cf (patch) | |
| tree | 1548a191aac076b7451f98be28c0f515588d7e65 | |
| parent | d15ff77bda1ef895ea5cf23d19472b7442e878cb (diff) | |
| download | usermoji-440848d05f8340ee5a3b9d5957f79dfa1426a5cf.tar.xz | |
build: Add dependency on wayland-protocols
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | BUILD.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4df3d444..44bb9bd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: python-version: '3.7' - run: | sudo apt-get -qq update - sudo apt install libxkbcommon-dev libwayland-dev libmirclient-dev libxrandr-dev libx11-xcb-dev + sudo apt install libxkbcommon-dev libwayland-dev libmirclient-dev libxrandr-dev libx11-xcb-dev wayland-protocols - name: Fetch and install headers run: python scripts/update_deps.py --dir external @@ -383,7 +383,7 @@ repository to other Linux distributions. #### Required Package List sudo apt-get install git cmake build-essential libx11-xcb-dev \ - libxkbcommon-dev libwayland-dev libxrandr-dev + libxkbcommon-dev libwayland-dev libxrandr-dev wayland-protocols ### Linux Build |
