nvida-tegra-armv7: move libvdpau-tegra to x11 subpackage (MR 4680)

It depends on some x11 libraries, so it pulls x11 when we don't need
it. Also, vdpau is a xorg thing which is not likely to work on wayland.
This commit is contained in:
Anton Bambura 2024-01-02 20:12:18 +02:00 committed by Alexey Minnekhanov
parent ed3fbbfe23
commit 9b0b8a4585
No known key found for this signature in database
GPG key ID: 6FE3B029D9D9FAFF

View file

@ -7,14 +7,13 @@
pkgname=device-nvidia-tegra-armv7
pkgdesc="NVIDIA Tegra ARMv7"
pkgver=1.1
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="
alsa-ucm-conf
libvdpau-tegra
linux-postmarketos-grate
postmarketos-base
"
@ -41,7 +40,7 @@ nonfree_firmware() {
x11() {
install_if="$pkgname=$pkgver-r$pkgrel xorg-server"
depends="xf86-video-opentegra"
depends="xf86-video-opentegra libvdpau-tegra"
mkdir "$subpkgdir"
}