mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
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>
This commit is contained in:
parent
5dd1202fb0
commit
1cf9381b08
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 5),
|
||||||
@USE_X11_TRUE@ libx11-dev, libxrandr-dev,
|
@USE_X11_TRUE@ libx11-dev, libxrandr-dev,
|
||||||
@USE_GLX_TRUE@ libgl-dev,
|
@USE_GLX_TRUE@ libgl-dev,
|
||||||
@USE_WAYLAND_TRUE@ libwayland-dev (>= @WAYLAND_API_VERSION@),
|
@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@)
|
Build-Depends-Indep: gtk-doc-tools (>= @GTKDOC_VERSION@)
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue