main/postmarketos-base-mesa: add mesa-gles (MR 5654)

Since mesa upgrade from 24.0.9 to 24.1.2 PulseAudio Volume Control
"pavucontrol" needs "mesa-gles" to start on some devices. There is no
direct dependency, however. Instead it's "libepoxy", a Direct Rendering
Manager runtime library, that calls the necessary mesa library.

Other than user interface MATE, where e.g. "mate-session-manager" draws
in "mesa-gles", and other than mesa packages like "mesa-gl" that gets drawn
in by e.g. "xorg-server", there is no direct connection between Xfce4 and
"mesa-gles".

Adding package "mesa-gles" to "postmarketos-base-mesa" is a straightforward
fix for this issue.

Fixes #3042
[ci:skip-build]: already built successfully in CI
This commit is contained in:
Jakob Hauser 2024-09-25 02:05:00 +02:00 committed by Pablo Correa Gómez
parent ddcd0aedfd
commit 469db05e91
No known key found for this signature in database
GPG Key ID: 7A342565FF635F79

View File

@ -1,6 +1,6 @@
pkgname=postmarketos-base
pkgver=36
pkgrel=0
pkgrel=1
pkgdesc="Meta package for minimal postmarketOS base"
url="https://postmarketos.org"
arch="noarch"
@ -118,7 +118,7 @@ doas() {
mesa() {
replaces=""
depends="mesa-dri-gallium"
depends="mesa-dri-gallium mesa-gles"
install_if="$pkgname=$pkgver-r$pkgrel mesa"
mkdir "$subpkgdir"
}