summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2017-12-06 10:49:56 +0100
committerbartus2017-12-06 10:49:56 +0100
commit1f6c354c7dd8b95f1be66c4da2520283ea5f7a3a (patch)
tree4ba56a72dafca8abddb37234d0ee2e9631c46751
parentae6a6918f42fdb5b4964e8c019c62e9a51bf4ede (diff)
downloadaur-1f6c354c7dd8b95f1be66c4da2520283ea5f7a3a.tar.gz
add intel-tbb to deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8c248b1c84b..dbcca6939395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = mve-git
depends = libpng
depends = libgl
depends = qt5-base
+ depends = intel-tbb
source = mve-git::git+https://github.com/simonfuhrmann/mve.git
source = mve-git-wiki::git+https://github.com/simonfuhrmann/mve.wiki.git
source = git+https://github.com/nmoehrle/mvs-texturing.git
diff --git a/PKGBUILD b/PKGBUILD
index 1c51136f8be4..2cc88f82dd6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ arch=('i686' 'x86_64')
url="http://www.gcc.tu-darmstadt.de/home/proj/mve/"
license=('BSD' 'GPL')
groups=()
-depends=('libjpeg' 'libtiff' 'libpng' 'libgl' 'qt5-base')
-makedepends=('git' 'go-md2man' 'cmake' 'gtest')
+depends=('libjpeg' 'libtiff' 'libpng' 'libgl' 'qt5-base' 'intel-tbb')
+makedepends=('git' 'go-md2man' 'cmake' 'gtest' )
provides=()
options=()
source=("${pkgname}::git+https://github.com/simonfuhrmann/mve.git"