device-kobo-clara: remove mesa-dri-gallium dep (MR 3371)

Having mesa-dri-gallium installed causes Xorg to crash. See #1658.
Furthermore, display works without at least with near-mainline kernel,
tested with osk-sdl and xfce4.
So if specific applications depend on it, it should be added as a
dependency there.

This reverts MR 3306

This is just a hotfix, Xorg/mesa should be tamed to not crash here
but analyzing that costs time.
This commit is contained in:
Andreas Kemnade 2022-08-20 15:19:18 +02:00 committed by Oliver Smith
parent 6651bd3ef6
commit 2a963f35f7
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB

View File

@ -1,7 +1,7 @@
# Reference: <https://postmarketos.org/devicepkg> # Reference: <https://postmarketos.org/devicepkg>
pkgname=device-kobo-clara pkgname=device-kobo-clara
pkgdesc="Kobo Clara HD" pkgdesc="Kobo Clara HD"
pkgver=0.5 pkgver=0.6
pkgrel=0 pkgrel=0
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
@ -9,7 +9,6 @@ arch="armv7"
options="!check !archcheck" options="!check !archcheck"
depends=" depends="
kobo-epdc-extractor kobo-epdc-extractor
mesa-dri-gallium
perl perl
postmarketos-base postmarketos-base
u-boot-kobo-clara u-boot-kobo-clara