From 927f17347f9c646047c65312c8e8ce1ad88b7832 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 8 Dec 2019 14:27:22 +0100 Subject: [PATCH] libglapi: depend on libglvnd for now. This is a temporary fix until a proper fix exists for xbps. --- srcpkgs/mesa/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template index f799fe1214a..6decd15c0d4 100644 --- a/srcpkgs/mesa/template +++ b/srcpkgs/mesa/template @@ -1,7 +1,7 @@ # Template file for 'mesa' pkgname=mesa version=19.2.7 -revision=1 +revision=2 wrksrc="mesa-${version}" build_style=meson configure_args="-Dglvnd=true -Dshared-glapi=true -Dgbm=true -Degl=true @@ -130,6 +130,7 @@ post_install() { } libglapi_package() { + depends="libglvnd" short_desc="Free implementation of the GL API - shared library" pkg_install() { vmove "usr/lib/libglapi.so.*"