diff options
| author | Rene Lindsay <rene@lunarg.com> | 2016-11-16 18:52:55 -0700 |
|---|---|---|
| committer | Rene Lindsay <rene@lunarg.com> | 2016-11-16 18:52:55 -0700 |
| commit | d31d425f91127052a86d90f4d65e2737e7859b9a (patch) | |
| tree | 80055cb2eace29f2bc2791f2cbcf765030cfea58 | |
| parent | 11bdbced5a7d1c0b0c6cac30cb5182a1d845ded8 (diff) | |
| download | usermoji-d31d425f91127052a86d90f4d65e2737e7859b9a.tar.xz | |
docs: add libxkbcommon dependency (Keyboard handling)
| -rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ It should be straightforward to use it on other Linux distros. These packages are needed to build this repository: ``` -sudo apt-get install git cmake build-essential bison libx11-dev libxcb1-dev +sudo apt-get install git cmake build-essential bison libx11-dev libxcb1-dev libxkbcommon-dev ``` Example debug build (Note that the update\_external\_sources script used below builds external tools into predefined locations. See **Loader and Validation Layer Dependencies** for more information and other options): |
