main/osk-sdl: add missing depends on ttf-dejavu (!899)
ttf-dejavu is referenced in osk.conf: keyboard-font = /usr/share/fonts/ttf-dejavu/DejaVuSans.ttf
This commit is contained in:
parent
a5cf21b4d4
commit
0c7bcb5431
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=osk-sdl
|
||||
pkgver=0.53
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Onscreen keyboard for unlocking LUKS devices"
|
||||
url="https://gitlab.com/postmarketOS/osk-sdl"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="cryptsetup-libs mesa-gl directfb"
|
||||
depends="cryptsetup-libs mesa-gl directfb ttf-dejavu"
|
||||
makedepends="linux-headers sdl2-dev sdl2_ttf-dev cryptsetup-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/postmarketOS/osk-sdl/-/archive/$pkgver/osk-sdl-$pkgver.tar.gz"
|
||||
options="!strip !check" # No tests
|
||||
|
|
Loading…
Reference in a new issue