device-htc-leo: depend on postmarketos-base-downstream (MR 4497)
Postmarketos-base-downstream provides a lightdm config file needed for GUI to be brought up when using an x11 based UI. [ci:ignore-count] [ci:skip-build]: Already built successfully in CI
This commit is contained in:
parent
7cea0a4a7b
commit
0a8069435b
1 changed files with 9 additions and 3 deletions
|
@ -1,13 +1,19 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-htc-leo
|
pkgname=device-htc-leo
|
||||||
pkgdesc="HTC HD2"
|
pkgdesc="HTC HD2"
|
||||||
pkgver=0.1
|
pkgver=0.2
|
||||||
pkgrel=6
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
depends="postmarketos-base linux-htc-leo mkbootimg msm-fb-refresher"
|
depends="
|
||||||
|
postmarketos-base
|
||||||
|
postmarketos-base-downstream
|
||||||
|
linux-htc-leo
|
||||||
|
mkbootimg
|
||||||
|
msm-fb-refresher
|
||||||
|
"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
source="deviceinfo"
|
source="deviceinfo"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue