device-kobo-clara: add mesa-dri-gallium dep (MR 3306)
Mesa dependency was missing causing the screen to stay blank after boot
This commit is contained in:
parent
49d91586ad
commit
b23b3c4cd8
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
||||||
# 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.3
|
pkgver=0.4
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
depends="
|
depends="
|
||||||
|
mesa-dri-gallium
|
||||||
perl
|
perl
|
||||||
postmarketos-base
|
postmarketos-base
|
||||||
u-boot-kobo-clara
|
u-boot-kobo-clara
|
||||||
|
|
Loading…
Reference in a new issue