Skip to content
Snippets Groups Projects
Unverified Commit 9b0b8a45 authored by Anton Bambura's avatar Anton Bambura Committed by Alexey Minnekhanov
Browse files

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.
parent ed3fbbfe
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment