samsung-zerofltexx: add missing dependency (MR 4851)
Fix incomplete commit ecc91098a9
that
was missing the dependency on
"postmarketos-base-downstream-disable-udev-v4l".
Fix MR !4768
[ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
c134e75336
commit
9531e5fe54
1 changed files with 8 additions and 2 deletions
|
@ -2,12 +2,18 @@
|
||||||
pkgname=device-samsung-zerofltexx
|
pkgname=device-samsung-zerofltexx
|
||||||
pkgdesc="Samsung Galaxy S6"
|
pkgdesc="Samsung Galaxy S6"
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=8
|
pkgrel=9
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
depends="postmarketos-base linux-samsung-zerofltexx mkbootimg msm-fb-refresher"
|
depends="
|
||||||
|
postmarketos-base
|
||||||
|
postmarketos-base-downstream-disable-udev-v4l
|
||||||
|
linux-samsung-zerofltexx
|
||||||
|
mkbootimg
|
||||||
|
msm-fb-refresher
|
||||||
|
"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
source="deviceinfo"
|
source="deviceinfo"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue