Mesa (master): docs: update required packages

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 13 14:49:13 UTC 2019


Module: Mesa
Branch: master
Commit: f4f78a59b0e7e2072d2ad5d6dce540d35306ed0c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4f78a59b0e7e2072d2ad5d6dce540d35306ed0c

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Mon Jun 10 20:52:16 2019 +0200

docs: update required packages

Automake and libtool are no longer required to build, instead we need
meson and ninja-build.

Signed-off-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 docs/vmware-guest.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html
index 65a9aa7149f..09fd8ebcdf0 100644
--- a/docs/vmware-guest.html
+++ b/docs/vmware-guest.html
@@ -112,7 +112,7 @@ On the host, all you're doing is running VMware
 <li>Ubuntu: For ubuntu you need to install a number of build dependencies. 
   <pre>
   sudo apt-get install git-core
-  sudo apt-get install automake libtool libpthread-stubs0-dev
+  sudo apt-get install ninja-build meson libpthread-stubs0-dev
   sudo apt-get install xserver-xorg-dev x11proto-xinerama-dev libx11-xcb-dev
   sudo apt-get install libxcb-glx0-dev libxrender-dev
   sudo apt-get build-dep libgl1-mesa-dri libxcb-glx0-dev
@@ -121,7 +121,7 @@ On the host, all you're doing is running VMware
   <pre>
   sudo yum install mesa-libGL-devel xorg-x11-server-devel xorg-x11-util-macros
   sudo yum install libXrender-devel.i686
-  sudo yum install automake gcc libtool expat-devel kernel-devel git-core
+  sudo yum install ninja-build meson gcc expat-devel kernel-devel git-core
   sudo yum install makedepend flex bison
   </pre>
 </ul>




More information about the mesa-commit mailing list