Browse Source

GLEW wasn't dependency for ES packages.

It's been [0] days since last issue caused by copypasting.
pull/23/head
Vladimír Vondruš 13 years ago
parent
commit
3240accce0
  1. 2
      PKGBUILD-es2
  2. 2
      PKGBUILD-es2desktop
  3. 2
      PKGBUILD-es3

2
PKGBUILD-es2

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

2
PKGBUILD-es2desktop

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

2
PKGBUILD-es3

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

Loading…
Cancel
Save