diff options
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 148bdbdfaa12e..ca7f8c936c5de 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 |