aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony-LunarG <tony@lunarg.com>2022-01-13 10:44:28 -0700
committerTony Barbour <tony@lunarg.com>2022-01-13 13:06:24 -0700
commit440848d05f8340ee5a3b9d5957f79dfa1426a5cf (patch)
tree1548a191aac076b7451f98be28c0f515588d7e65
parentd15ff77bda1ef895ea5cf23d19472b7442e878cb (diff)
downloadusermoji-440848d05f8340ee5a3b9d5957f79dfa1426a5cf.tar.xz
build: Add dependency on wayland-protocols
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--BUILD.md2
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
diff --git a/BUILD.md b/BUILD.md
index 1de8b542..d6657855 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -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