Added pkg-config makedepend dependency
This commit is contained in:
parent
7f8b6daea4
commit
894e93ca38
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -8,6 +8,7 @@ pkgbase = godot-git
|
|||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = scons
|
||||
makedepends = pkg-config
|
||||
depends = glu
|
||||
depends = libxcursor
|
||||
depends = alsa-lib
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -9,7 +9,7 @@ pkgdesc="Godot Game Engine."
|
|||
url="http://www.godotengine.org"
|
||||
license=('MIT')
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=('git' 'scons')
|
||||
makedepends=('git' 'scons' 'pkg-config')
|
||||
depends=('glu' 'libxcursor' 'alsa-lib' 'freetype2' 'mesa')
|
||||
optdepends=()
|
||||
conflicts=("godot")
|
||||
|
|
Loading…
Reference in a new issue