MangoHud: remove special i686 handling and rebuild

this is handled by meson build-style now, and correctly
This commit is contained in:
q66 2020-12-22 23:11:47 +01:00
parent c86ae228fb
commit 4f51eaba2f

View file

@ -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
}