MesaLib: fix ARM builds.
This commit is contained in:
parent
d0a258ac63
commit
080e6ac394
1 changed files with 7 additions and 1 deletions
|
@ -151,7 +151,13 @@ mesa-swraster-dri_package() {
|
||||||
replaces="mesa-swraster-dri-git>=0"
|
replaces="mesa-swraster-dri-git>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/xorg/modules/drivers/swrast*"
|
vmove "usr/lib/xorg/modules/drivers/swrast*"
|
||||||
|
# XXX
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*|x86_64*)
|
||||||
vmove "usr/lib/gallium-pipe/pipe_swrast.so"
|
vmove "usr/lib/gallium-pipe/pipe_swrast.so"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue