mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
easyrpg-player: broken for arm*
There's still a conflict between rpi-userland-devel and libglvnd-devel which both try to install /usr/lib/pkgconfig/{egl,glesv2}.pc files
This commit is contained in:
parent
f9d7e4d88e
commit
187531b819
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ homepage="https://github.com/EasyRPG/Player"
|
|||
distfiles="https://github.com/EasyRPG/Player/archive/${version}.tar.gz"
|
||||
checksum=e5220203bbd03c2e5078c47309004796b7fdaddc850fa8406b889b2fe29d9ee2
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) # broken because of rpi-userland-devel vs. libglvnd-devel
|
||||
broken="https://build.voidlinux.org/builders/armv7l_builder/builds/22382/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -i
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue