Added pkg-config makedepend dependency

This commit is contained in:
Cristian Porras 2015-11-20 01:44:30 -03:00
parent 7f8b6daea4
commit 894e93ca38
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ pkgbase = godot-git
license = MIT
makedepends = git
makedepends = scons
makedepends = pkg-config
depends = glu
depends = libxcursor
depends = alsa-lib

View file

@ -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")