aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2015-02-25 11:52:31 -0700
committerChia-I Wu <olv@lunarg.com>2015-02-25 11:53:55 -0700
commit45f8ffc37defb1e5f5b5caa838968838c7850273 (patch)
tree13b097492582f15e5ba0973f1a12c7bc0a05c9dc
parent9e7b262a67e5faf9a1cd5a70a1371c1ad38157e4 (diff)
downloadusermoji-45f8ffc37defb1e5f5b5caa838968838c7850273.tar.xz
update BUILD.md for imported libdrm
Two new dependencies introduced by libdrm: libpciaccess-dev and libpthread-stubs0-dev.
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index eb162344..d8c69116 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -19,7 +19,7 @@ Note: If you are doing ICD (driver) development, please make sure to look at doc
Ubuntu 14.10 needed for DRI 3
```
-sudo apt-get install git subversion cmake libgl1-mesa-dev freeglut3-dev libglm-dev libpng12-dev libmagickwand-dev qt5-default
+sudo apt-get install git subversion cmake libgl1-mesa-dev freeglut3-dev libglm-dev libpng12-dev libmagickwand-dev qt5-default libpciaccess-dev libpthread-stubs0-dev
sudo apt-get build-dep mesa
```
Warning: Recent versions of 14.10 have **REMOVED** DRI 3.