From 71b23d8d95ed209fcf1fbe58da7a9ab839a9d369 Mon Sep 17 00:00:00 2001 From: Anton Bambura Date: Tue, 2 Jan 2024 20:19:11 +0200 Subject: [PATCH] samsung-p4wifi: 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-samsung-p4wifi/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/device/testing/device-samsung-p4wifi/APKBUILD b/device/testing/device-samsung-p4wifi/APKBUILD index f9e11003c..4e7e3bca7 100644 --- a/device/testing/device-samsung-p4wifi/APKBUILD +++ b/device/testing/device-samsung-p4wifi/APKBUILD @@ -2,7 +2,7 @@ pkgname=device-samsung-p4wifi pkgdesc="Galaxy Tab 10.1" pkgver=0.5 -pkgrel=6 +pkgrel=7 url="https://postmarketos.org" license="MIT" arch="armv7" @@ -10,8 +10,7 @@ options="!check !archcheck" depends="postmarketos-base linux-postmarketos-grate mkbootimg - alsa-utils - libvdpau-tegra" + alsa-utils" makedepends="devicepkg-dev" subpackages="$pkgname-nonfree-firmware:nonfree_firmware $pkgname-x11" source=" @@ -49,7 +48,7 @@ nonfree_firmware() { x11() { install_if="$pkgname xorg-server" - depends="xf86-video-opentegra" + depends="xf86-video-opentegra libvdpau-tegra" mkdir "$subpkgdir" }