summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff15eef9b73c..945a950e060f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Author: mosra <mosra@centrum.cz>
pkgname=magnum-integration-git
-pkgver=2018.10.r0.g665bad4
+pkgver=2019.01.r0.gb1a4328
pkgrel=1
pkgdesc="Integration libraries for the Magnum C++11/C++14 graphics engine (Git version)"
arch=('i686' 'x86_64')
@@ -27,7 +27,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_BULLET=ON \
-DWITH_GLM=ON \
- -DWITH_DART=OFF
+ -DWITH_DART=OFF \
+ -DWITH_IMGUI=OFF
make
}