xine-lib: enable features on ppc64 targets
This commit is contained in:
parent
49439bd080
commit
08011a3545
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
i686-musl) configure_args+=" --disable-dha-kmod --disable-vidix" ;;
|
||||
esac
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) makedepends+=" libva-glx-devel libvdpau-devel glu-devel";;
|
||||
i686*|x86_64*|ppc64*) makedepends+=" libva-glx-devel libvdpau-devel glu-devel";;
|
||||
esac
|
||||
|
||||
libxine_package() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue