From 1cf9381b0867153fc1f6921eba11ed1452e063bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Tue, 25 Aug 2015 15:38:42 +0000 Subject: [PATCH] debian: add yasm as build dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit As the compilation of libvpx (for vp8 parser) is enabled by default, yasm is required by default too. Signed-off-by: Víctor Manuel Jáquez Leal --- debian.upstream/control.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian.upstream/control.in b/debian.upstream/control.in index 932dc68..ec60688 100644 --- a/debian.upstream/control.in +++ b/debian.upstream/control.in @@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 5), @USE_X11_TRUE@ libx11-dev, libxrandr-dev, @USE_GLX_TRUE@ libgl-dev, @USE_WAYLAND_TRUE@ libwayland-dev (>= @WAYLAND_API_VERSION@), - libva-dev (>= @LIBVA_PACKAGE_VERSION@) + libva-dev (>= @LIBVA_PACKAGE_VERSION@), + yasm Build-Depends-Indep: gtk-doc-tools (>= @GTKDOC_VERSION@) Standards-Version: 3.7.2 -- 2.7.4