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
|
license = MIT
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = scons
|
makedepends = scons
|
||||||
|
makedepends = pkg-config
|
||||||
depends = glu
|
depends = glu
|
||||||
depends = libxcursor
|
depends = libxcursor
|
||||||
depends = alsa-lib
|
depends = alsa-lib
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -9,7 +9,7 @@ pkgdesc="Godot Game Engine."
|
||||||
url="http://www.godotengine.org"
|
url="http://www.godotengine.org"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
makedepends=('git' 'scons')
|
makedepends=('git' 'scons' 'pkg-config')
|
||||||
depends=('glu' 'libxcursor' 'alsa-lib' 'freetype2' 'mesa')
|
depends=('glu' 'libxcursor' 'alsa-lib' 'freetype2' 'mesa')
|
||||||
optdepends=()
|
optdepends=()
|
||||||
conflicts=("godot")
|
conflicts=("godot")
|
||||||
|
|
Loading…
Reference in a new issue