mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
MesaLib-git: fix ARM builds @xtraeme
This commit is contained in:
parent
fe62b4daa4
commit
b99d926537
1 changed files with 7 additions and 1 deletions
|
@ -179,7 +179,13 @@ mesa-swraster-dri-git_package() {
|
||||||
depends="libGL-git libEGL-git libGLES-git"
|
depends="libGL-git libEGL-git libGLES-git"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/xorg/modules/drivers/swrast*"
|
vmove "usr/lib/xorg/modules/drivers/swrast*"
|
||||||
vmove "usr/lib/gallium-pipe/pipe_swrast.so"
|
# XXX
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*|x86_64*)
|
||||||
|
vmove "usr/lib/gallium-pipe/pipe_swrast.so"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue