libva: revbump for driver location.

Correct driver location is now taken care of by
87d28506e10bf6f89dbf8c1250bde0fcb3e8eba4.
This commit is contained in:
Érico Rolim 2020-12-22 18:35:11 -03:00 committed by Daniel Kolesa
parent a37d216414
commit 1b27974108

View File

@ -1,7 +1,7 @@
# Template file for 'libva'
pkgname=libva
version=2.9.1
revision=1
revision=2
build_style=meson
configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)"
hostmakedepends="pkg-config wayland-devel"
@ -18,10 +18,6 @@ checksum=4e8640f65ad659332c5d24b7715703c95e820083ee11126c9cd051d418e3d9e0
build_options="wayland"
build_options_default="wayland"
case "$XBPS_TARGET_MACHINE" in
i686*) configure_args+=" -Ddriverdir=/usr/lib32/dri";;
esac
post_install() {
vlicense COPYING
}