From: Rene Lindsay Date: Thu, 17 Nov 2016 01:52:55 +0000 (-0700) Subject: docs: add libxkbcommon dependency (Keyboard handling) X-Git-Tag: upstream/1.1.92~2146 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d31d425f91127052a86d90f4d65e2737e7859b9a;p=platform%2Fupstream%2FVulkan-Tools.git docs: add libxkbcommon dependency (Keyboard handling) --- diff --git a/BUILD.md b/BUILD.md index 00f6e4b..fb98aa9 100644 --- a/BUILD.md +++ b/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):