summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2015-08-25 15:38:42 +0000
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2015-09-09 17:17:07 +0200
commiteade6bb5e7f8fedfd59421ba153fca254da603ce (patch)
tree9a764453059eb9ab21bc0900b0705d97981394f1
parent4493709ac83f25eb598a3ed0524569b48aeadd78 (diff)
downloadgst-vaapi-eade6bb5e7f8fedfd59421ba153fca254da603ce.tar.gz
debian: add yasm as build dependency
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 <victorx.jaquez@intel.com>
-rw-r--r--debian.upstream/control.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian.upstream/control.in b/debian.upstream/control.in
index 932dc686..ec60688f 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