From 707155593b049b7e1fed0cbb5823a39912535c5a Mon Sep 17 00:00:00 2001 From: Rene Lindsay Date: Fri, 27 Jan 2017 11:32:17 -0700 Subject: [PATCH] docs: Update build dependencies libx11-xcb-dev is used by WSI-Window. libx11-xcb-dev depends on libx11-dev and libxcb1-dev. So, installing libx11-xcb-dev will install all three. Change-Id: Id3909919bbd48794df2fcad10b67ea3f8dbb203f --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index f504fe8..59f69f9 100644 --- a/BUILD.md +++ b/BUILD.md @@ -28,7 +28,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 libxkbcommon-dev libmirclient-dev libwayland-dev libxrandr-dev +sudo apt-get install git cmake build-essential bison libx11-xcb-dev libxkbcommon-dev libmirclient-dev libwayland-dev libxrandr-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): -- 2.7.4