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:
Luca Weiss 2023-03-09 18:12:21 +01:00 committed by Oliver Smith
parent 18c5e19f10
commit 210d1e77bf
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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"
} }