MangoHud: remove special i686 handling and rebuild
this is handled by meson build-style now, and correctly
This commit is contained in:
parent
c86ae228fb
commit
4f51eaba2f
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'MangoHud'
|
# Template file for 'MangoHud'
|
||||||
pkgname=MangoHud
|
pkgname=MangoHud
|
||||||
version=0.6.1
|
version=0.6.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Duse_system_vulkan=enabled -Dwith_xnvctrl=disabled"
|
configure_args="-Duse_system_vulkan=enabled -Dwith_xnvctrl=disabled"
|
||||||
hostmakedepends="Vulkan-Headers python3-Mako glslang pkg-config"
|
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
|
checksum=a1cb0bef85fd46a6e5e7426b86e0d16714e5ec68f96c724f6f53a357f516f78b
|
||||||
lib32files="/usr/bin/mangohud.x86 /usr/share/vulkan/implicit_layer.d/MangoHud.x86.json"
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue