add glslang to build deps

This commit is contained in:
Mitch Bigelow 2020-01-21 14:02:56 -05:00
parent 20570a31de
commit 266de71f0e
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = ncnn-git
pkgdesc = High-performance neural network inference framework optimized for the mobile platform
pkgver = 20190611.r65.gf5eee84
pkgver = 20200106.r30.ge8052e8
pkgrel = 1
url = https://github.com/Tencent/ncnn
arch = i686
@ -8,6 +8,7 @@ pkgbase = ncnn-git
license = BSD
makedepends = git
makedepends = cmake
makedepends = glslang
depends = vulkan-headers
provides = ncnn
conflicts = ncnn

View File

@ -2,13 +2,13 @@
pkgname=ncnn-git
_pkgname=ncnn
pkgver=20190611.r65.gf5eee84
pkgver=20200106.r30.ge8052e8
pkgrel=1
pkgdesc="High-performance neural network inference framework optimized for the mobile platform"
url="https://github.com/Tencent/ncnn"
license=('BSD')
depends=('vulkan-headers')
makedepends=('git' 'cmake')
makedepends=('git' 'cmake' 'glslang')
conflicts=('ncnn')
provides=('ncnn')
arch=('i686' 'x86_64')