libglapi: depend on libglvnd for now.

This is a temporary fix until a proper fix exists for xbps.
This commit is contained in:
Juan RP 2019-12-08 14:27:22 +01:00
parent eec6a94824
commit 927f17347f
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -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.*"