diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 1b57fdead1d..1514b24c6c2 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -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 }