main/postmarketos-ondev: depend on ttf-dejavu (MR 2400)
Proper fix for the monospace fonts seen when postmarketos-ondev is installed without also installing osk-sdl. This doesn't happen anymore with pmbootstrap install --ondev, because it will always pull in osk-sdl again for other reasons. However, since postmarketos-ondev is using this font, let's directly depend on it instead of having it pulled in as side effect of also having osk-sdl installed.
This commit is contained in:
parent
103a46094c
commit
2ac6c742ba
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=postmarketos-ondev
|
||||
pkgver=0.7.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Calamares based on-device installer"
|
||||
url="https://postmarketos.org"
|
||||
# armhf blocked by qt5-qtdeclarative
|
||||
|
@ -29,6 +29,7 @@ depends="
|
|||
qtvirtualkeyboard-plasma
|
||||
tinydm
|
||||
tinydm-openrc
|
||||
ttf-dejavu
|
||||
unclutter-xfixes
|
||||
util-linux-misc
|
||||
xf86-input-libinput
|
||||
|
|
Loading…
Reference in a new issue