Skip to content
Snippets Groups Projects
Unverified Commit 9afcde08 authored by Newbyte's avatar Newbyte :snowflake: Committed by Oliver Smith
Browse files

librecomputer-lepotato: fix firmware dependency name (MR 4471)

linux-firmware-amlogic doesn't exist. The "vdec" firmware actually
resides in linux-firmware-meson.
parent ca17321f
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=device-librecomputer-lepotato
pkgdesc="Libre Computer AML-S905X-CC-V1.0"
pkgver=0.2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......@@ -31,7 +31,7 @@ package() {
nonfree_firmware() {
pkgdesc="vdec firmware"
depends="linux-firmware-amlogic"
depends="linux-firmware-meson"
mkdir "$subpkgdir"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment