Browse Source

Note to self: save before commiting.

pull/23/head
Vladimír Vondruš 13 years ago
parent
commit
b4e2a96d2f
  1. 2
      PKGBUILD-es2
  2. 2
      PKGBUILD-es2desktop

2
PKGBUILD-es2

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

2
PKGBUILD-es2desktop

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

Loading…
Cancel
Save