Browse Source

Use `sdl2` dependency in ArchLinux development package.

pull/23/head
Vladimír Vondruš 13 years ago
parent
commit
c6d56f32f2
  1. 2
      PKGBUILD

2
PKGBUILD

@ -6,7 +6,7 @@ pkgdesc="OpenGL graphics engine"
arch=('i686' 'x86_64')
url="https://github.com/mosra/magnum"
license=('MIT')
depends=('corrade' 'glew' 'sdl-hg' 'freeglut')
depends=('corrade' 'glew' 'freeglut' 'sdl2')
makedepends=('cmake')
options=(!strip)
provides=('magnum-git')

Loading…
Cancel
Save