mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-27 09:21:56 +00:00
docs: add libxkbcommon dependency (Keyboard handling)
This commit is contained in:
parent
00f921e169
commit
4cbfe1c7ec
2
BUILD.md
2
BUILD.md
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user