summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimír Vondruš2019-10-26 13:03:02 +0200
committerVladimír Vondruš2019-10-26 13:03:02 +0200
commitab33cc33968c6632512cbe872ad73798f26ffebd (patch)
tree8050605633124e695c3861422834a422c3f330b0 /PKGBUILD
parent9c6e8889346d7a661317915b9fb798314e8e2016 (diff)
downloadaur-ab33cc33968c6632512cbe872ad73798f26ffebd.tar.gz
2019.10.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 945a950e060f..05b69bbed2db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Author: mosra <mosra@centrum.cz>
pkgname=magnum-integration-git
-pkgver=2019.01.r0.gb1a4328
+pkgver=2019.10.r0.g5e103b5
pkgrel=1
pkgdesc="Integration libraries for the Magnum C++11/C++14 graphics engine (Git version)"
arch=('i686' 'x86_64')
url="https://magnum.graphics"
license=('MIT')
-depends=('magnum-git' 'bullet' 'glm')
+depends=('magnum-git' 'bullet' 'eigen' 'glm')
makedepends=('cmake' 'git')
provides=('magnum-integration')
conflicts=('magnum-integration')
@@ -26,6 +26,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_BULLET=ON \
+ -DWITH_EIGEN=ON \
-DWITH_GLM=ON \
-DWITH_DART=OFF \
-DWITH_IMGUI=OFF