From 6c9586a13ce306ea20c4a441c668f3c32a5a70ed Mon Sep 17 00:00:00 2001 From: Anton Bambura Date: Tue, 2 Jan 2024 20:15:46 +0200 Subject: [PATCH] microsoft-surface-rt: 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. --- device/testing/device-microsoft-surface-rt/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/device/testing/device-microsoft-surface-rt/APKBUILD b/device/testing/device-microsoft-surface-rt/APKBUILD index a4c63b1e1..69356978e 100644 --- a/device/testing/device-microsoft-surface-rt/APKBUILD +++ b/device/testing/device-microsoft-surface-rt/APKBUILD @@ -3,7 +3,7 @@ pkgname=device-microsoft-surface-rt pkgdesc="Microsoft Surface RT" pkgver=6 -pkgrel=6 +pkgrel=7 url="https://postmarketos.org" license="MIT" arch="armv7" @@ -11,7 +11,6 @@ arch="armv7" options="!check !archcheck pmb:strict" depends="postmarketos-base linux-postmarketos-grate - libvdpau-tegra alsa-ucm-conf " makedepends="devicepkg-dev grub grub-efi" @@ -68,7 +67,7 @@ nonfree_firmware() { x11() { install_if="$pkgname xorg-server" - depends="xf86-video-opentegra" + depends="xf86-video-opentegra libvdpau-tegra" mkdir "$subpkgdir" }