Skip to content
Snippets Groups Projects
Unverified Commit 469db05e authored by Jakko's avatar Jakko Committed by Pablo Correa Gomez
Browse files

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
parent ddcd0aed
Branches master
No related tags found
No related merge requests found
Pipeline #206231 passed
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"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment