sony-sirius: remove xf86-video-modesetting dependency (MR 3942)
The modesetting driver previously provided by xf86-video-modesetting is now shipped with xorg-server. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
18c5e19f10
commit
210d1e77bf
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-sony-sirius
|
pkgname=device-sony-sirius
|
||||||
pkgver=1
|
pkgver=2
|
||||||
pkgrel=23
|
pkgrel=0
|
||||||
pkgdesc="Sony Xperia Z2 device package"
|
pkgdesc="Sony Xperia Z2 device package"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
|
@ -39,7 +39,7 @@ x11() {
|
||||||
depends="
|
depends="
|
||||||
libinput
|
libinput
|
||||||
xf86-input-libinput
|
xf86-input-libinput
|
||||||
xf86-video-modesetting"
|
"
|
||||||
mkdir "$subpkgdir"
|
mkdir "$subpkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue