aboutsummaryrefslogtreecommitdiff
path: root/libraries/ogre/ogre.SlackBuild
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2020-10-14 09:36:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 08:19:20 +0700
commit2bd3ec8afa3612498fdc9e1f6594b57ca00ce60b (patch)
tree425cdaedd9ee23bf885803c22391f4b6454bf7e2 /libraries/ogre/ogre.SlackBuild
parent2a904ca2d5d56f6aa056388c84cab38b8e513740 (diff)
libraries/ogre: Update dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ogre/ogre.SlackBuild')
-rw-r--r--libraries/ogre/ogre.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/ogre/ogre.SlackBuild b/libraries/ogre/ogre.SlackBuild
index 37b921129a..01049e81fa 100644
--- a/libraries/ogre/ogre.SlackBuild
+++ b/libraries/ogre/ogre.SlackBuild
@@ -26,6 +26,7 @@
PRGNAM=ogre
VERSION=${VERSION:-1.12.9}
+IMGUIVER=${IMGUIVER:-1.77}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +61,6 @@ fi
# cmake options
OGRE_BUILD_SAMPLES=${OGRE_BUILD_SAMPLES:-ON}
OGRE_INSTALL_DOCS=${OGRE_INSTALL_DOCS:-ON}
-OGRE_INSTALL_DOCS=${OGRE_INSTALL_DOCS:-ON}
OGRE_INSTALL_SAMPLES_SOURCE=${OGRE_INSTALL_SAMPLES_SOURCE:-ON}
set -e
@@ -79,6 +79,7 @@ find -L . \
mkdir build
cd build
+tar xvf $CWD/imgui-$IMGUIVER.tar.gz
CXXFLAGS+=' -Wno-deprecated-declarations' \
/opt/cmake-202x/bin/cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \