[PATCH wayland-build-tools] wl_install_deps: Add missing dependencies
Yong Bakos
junk at humanoriented.com
Thu Apr 14 22:48:12 UTC 2016
From: Yong Bakos <ybakos at humanoriented.com>
Building on Ubuntu 15.10 x64 fails due to missing packages:
libtool, libxml2-dev, libpng-dev, libglib2.0-dev, libgcrypt20-dev,
x11proto-scrnsaver-dev, libxfont-dev, and libedit-dev.
After these changes, wl_build succeeds on Ubuntu 15.10 x64.
Signed-off-by: Yong Bakos <ybakos at humanoriented.com>
---
wl_install_deps | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/wl_install_deps b/wl_install_deps
index 2c852d8..ea4b69b 100755
--- a/wl_install_deps
+++ b/wl_install_deps
@@ -3,7 +3,7 @@
. $HOME/.config/wayland-build-tools/wl_defines.sh
# generic build dependencies for ubuntu
-sudo apt-get -y install autoconf automake bison debhelper dpkg-dev flex
+sudo apt-get -y install autoconf automake bison debhelper dpkg-dev flex libtool
sudo apt-get -y install pkg-config quilt python-libxml2
# wayland/weston specific stuff
@@ -20,6 +20,13 @@ sudo apt-get -y install libudev-dev
sudo apt-get -y install libgudev-1.0-dev
sudo apt-get -y install llvm-dev
sudo apt-get -y install python-mako
+sudo apt-get -y install libxml2-dev
+sudo apt-get -y install libpng-dev
+sudo apt-get -y install libglib2.0-dev
+sudo apt-get -y install libgcrypt20-dev
+sudo apt-get -y install x11proto-scrnsaver-dev
+sudo apt-get -y install libxfont-dev
+sudo apt-get -y install libedit-dev
# xwayland specific stuff
if [ ${INCLUDE_XWAYLAND} ]; then
--
2.7.2
More information about the wayland-devel
mailing list