debian : nasm is required to build the package, even when using the C version of the code (cmake limitation).
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@745 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
9e2ac31a9e
commit
0c7c6c1de0
|
@ -2,7 +2,7 @@ Source: vbam
|
|||
Section: games
|
||||
Priority: extra
|
||||
Maintainer: Bastien Bouclet <bgk@users.sourceforge.net>
|
||||
Build-Depends: debhelper (>= 5), zlib1g-dev, libpng12-dev, libsdl1.2-dev, libgl1-mesa-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, cmake, libgtkglextmm-x11-dev, libxv-dev
|
||||
Build-Depends: debhelper (>= 5), zlib1g-dev, libpng12-dev, libsdl1.2-dev, libgl1-mesa-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, cmake, libgtkglextmm-x11-dev, libxv-dev, nasm
|
||||
Standards-Version: 3.7.2
|
||||
|
||||
Package: vbam
|
||||
|
|
Loading…
Reference in New Issue