diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2022-05-20 02:45:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:18 +0700 |
commit | 3b7974d0e7935c326d5341cc88b3ef45aca59ae9 (patch) | |
tree | 05ba8cfeef908d1af643d1743b85f321f7c39132 /graphics | |
parent | 7b17802fdf9b8f2fe91e83d36bd6af2d07685d27 (diff) | |
download | slackbuilds-3b7974d0e7935c326d5341cc88b3ef45aca59ae9.tar.gz |
graphics/mangohud: Fix 32bit error.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mangohud/mangohud.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mangohud/mangohud.SlackBuild b/graphics/mangohud/mangohud.SlackBuild index 148bdbdfaa..ca7f8c936c 100644 --- a/graphics/mangohud/mangohud.SlackBuild +++ b/graphics/mangohud/mangohud.SlackBuild @@ -29,7 +29,7 @@ SRCNAM=MangoHud VERSION=${VERSION:-0.6.7} IMGUIVER=${IMGUIVER:-1.81} SPDLOGVER=${SPDLOGVER:-1.8.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} COMPAT32=${COMPAT32:-no} @@ -134,6 +134,7 @@ if [ "$COMPAT32" = "yes" ]; then --prefix=/usr \ --sysconfdir=/etc \ -Duse_system_vulkan=$SYSVULKAN \ + -Dwith_xnvctrl=$XNVCTRL \ -Dmangoapp=$MANGOAPP ninja DESTDIR=$PKG ninja install |