update BUILD.md for imported libdrm
authorChia-I Wu <olv@lunarg.com>
Wed, 25 Feb 2015 18:52:31 +0000 (11:52 -0700)
committerChia-I Wu <olv@lunarg.com>
Wed, 25 Feb 2015 18:53:55 +0000 (11:53 -0700)
Two new dependencies introduced by libdrm: libpciaccess-dev and
libpthread-stubs0-dev.

BUILD.md

index eb16234..d8c6911 100644 (file)
--- 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.