[PATCH wayland-build-tools] wl_install_deps: Add missing dependencies

Bryce Harrington bryce at osg.samsung.com
Fri Apr 15 16:36:45 UTC 2016


On Thu, Apr 14, 2016 at 05:48:12PM -0500, Yong Bakos wrote:
> 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>

Looks good, pushed:
   452f1d9..36f2bd1  master -> master


> ---
>  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
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list