Skip to content
Snippets Groups Projects
Unverified Commit b7cc808b authored by Caleb Connolly's avatar Caleb Connolly :recycle: Committed by Oliver Smith
Browse files

main/osk-sdl: depend on mesa-egl (MR 3046)

mesa-egl is usually installed by dependencies of ui packages, but when
choosing the "none" ui option in pmbootstrap, it isn't selected, leading
to libEGL.so.1 not being found.

Add it as an explicit dependency.
[ci:skip-build]: already built successfully in CI
parent 18549215
No related branches found
No related tags found
No related merge requests found
Pipeline #204268 passed
......@@ -5,7 +5,7 @@
# https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10712
pkgname=osk-sdl
pkgver=0.66
pkgrel=1
pkgrel=2
pkgdesc="Onscreen keyboard for unlocking LUKS devices"
url="https://gitlab.com/postmarketOS/osk-sdl"
arch="all"
......@@ -13,6 +13,7 @@ license="GPL-3.0-or-later"
depends="
cryptsetup-libs
directfb
mesa-egl
mesa-gl
mesa-gles
ttf-dejavu
......
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