diff --git a/srcpkgs/MangoHud/template b/srcpkgs/MangoHud/template index 404f0c0aabf..70b2333d458 100644 --- a/srcpkgs/MangoHud/template +++ b/srcpkgs/MangoHud/template @@ -1,7 +1,7 @@ # Template file for 'MangoHud' pkgname=MangoHud version=0.6.1 -revision=1 +revision=2 build_style=meson configure_args="-Duse_system_vulkan=enabled -Dwith_xnvctrl=disabled" hostmakedepends="Vulkan-Headers python3-Mako glslang pkg-config" @@ -14,10 +14,6 @@ distfiles="https://github.com/flightlessmango/MangoHud/archive/v${version}.tar.g checksum=a1cb0bef85fd46a6e5e7426b86e0d16714e5ec68f96c724f6f53a357f516f78b lib32files="/usr/bin/mangohud.x86 /usr/share/vulkan/implicit_layer.d/MangoHud.x86.json" -if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then - configure_args+=" --libdir=/usr/lib32" -fi - post_install() { vlicense LICENSE }