From 1b27974108c3ca5f044a89316a8cc1bcb4129271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Tue, 22 Dec 2020 18:35:11 -0300 Subject: [PATCH] libva: revbump for driver location. Correct driver location is now taken care of by 87d28506e10bf6f89dbf8c1250bde0fcb3e8eba4. --- srcpkgs/libva/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 }