summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/libva/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/libva/APKBUILD b/user/libva/APKBUILD
index a772ea14e..c1bcd1705 100644
--- a/user/libva/APKBUILD
+++ b/user/libva/APKBUILD
@@ -2,15 +2,15 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libva
pkgver=2.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="Video Acceleration (VA) API for Linux"
url="https://github.com/intel/libva"
arch="all"
options="!check" # No test suite.
license="MIT"
depends=""
-makedepends="libdrm-dev libx11-dev libxext-dev libxfixes-dev cmd:which
- wayland-dev wayland-protocols"
+makedepends="libdrm-dev libglvnd-dev libx11-dev libxext-dev libxfixes-dev
+ cmd:which wayland-dev wayland-protocols"
subpackages="$pkgname-dev $pkgname-wayland $pkgname-x11"
source="https://github.com/intel/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2"