From c332d82f77217d42acdbbe4dc94f994fc4ab8ce2 Mon Sep 17 00:00:00 2001 From: Anton Bambura Date: Tue, 2 Jan 2024 20:17:30 +0200 Subject: [PATCH] ouya-ouya: 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-ouya-ouya/APKBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/device/testing/device-ouya-ouya/APKBUILD b/device/testing/device-ouya-ouya/APKBUILD index 7361fe3fa..a50aa5bc1 100644 --- a/device/testing/device-ouya-ouya/APKBUILD +++ b/device/testing/device-ouya-ouya/APKBUILD @@ -2,16 +2,12 @@ pkgname=device-ouya-ouya pkgver=1 pkgdesc="Ouya" -pkgrel=26 +pkgrel=27 url="https://postmarketos.org" arch="armv7" license="MIT" options="!check !archcheck" -depends=" - libvdpau-tegra - mkbootimg - postmarketos-base - " +depends="mkbootimg postmarketos-base" makedepends="devicepkg-dev" subpackages=" $pkgname-nonfree-firmware:nonfree_firmware @@ -58,7 +54,7 @@ kernel_mainline() { x11() { install_if="$pkgname xorg-server" - depends="xf86-video-opentegra" + depends="xf86-video-opentegra libvdpau-tegra" mkdir "$subpkgdir" }