Browse Source

package: proper Debian build dependencies.

Otherwise dpkg-buildpackage fails during CMake step, which is wrong.
pull/122/head
Vladimír Vondruš 11 years ago
parent
commit
45135ece7b
  1. 2
      package/debian/control

2
package/debian/control vendored

@ -1,7 +1,7 @@
Source: magnum
Priority: optional
Maintainer: Vladimír Vondruš <mosra@centrum.cz>
Build-Depends: debhelper (>= 9), cmake (>= 2.8.9)
Build-Depends: debhelper (>= 9), cmake (>= 2.8.9), corrade-dev, libgl-dev, libopenal-dev, libsdl2-dev
Standards-Version: 3.9.2
Section: libs
Homepage: http://mosra.cz/blog/magnum.php

Loading…
Cancel
Save