pkgconf makedep

This commit is contained in:
acerix 2019-06-15 21:46:58 -04:00
parent febab01f0a
commit cf79dab71f

View file

@ -9,7 +9,7 @@ pkgdesc='Godot export templates'
url='https://godotengine.org/' url='https://godotengine.org/'
license=('MIT') license=('MIT')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
makedepends=('git' 'scons' 'pulseaudio' 'clang') makedepends=('git' 'scons' 'pulseaudio' 'clang' 'pkgconf')
depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa') depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa')
_arch='' _arch=''
if test "$CARCH" == x86_64; then if test "$CARCH" == x86_64; then