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.
This commit is contained in:
parent
9b0b8a4585
commit
6c9586a13c
1 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
pkgname=device-microsoft-surface-rt
|
pkgname=device-microsoft-surface-rt
|
||||||
pkgdesc="Microsoft Surface RT"
|
pkgdesc="Microsoft Surface RT"
|
||||||
pkgver=6
|
pkgver=6
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
|
@ -11,7 +11,6 @@ arch="armv7"
|
||||||
options="!check !archcheck pmb:strict"
|
options="!check !archcheck pmb:strict"
|
||||||
depends="postmarketos-base
|
depends="postmarketos-base
|
||||||
linux-postmarketos-grate
|
linux-postmarketos-grate
|
||||||
libvdpau-tegra
|
|
||||||
alsa-ucm-conf
|
alsa-ucm-conf
|
||||||
"
|
"
|
||||||
makedepends="devicepkg-dev grub grub-efi"
|
makedepends="devicepkg-dev grub grub-efi"
|
||||||
|
@ -68,7 +67,7 @@ nonfree_firmware() {
|
||||||
|
|
||||||
x11() {
|
x11() {
|
||||||
install_if="$pkgname xorg-server"
|
install_if="$pkgname xorg-server"
|
||||||
depends="xf86-video-opentegra"
|
depends="xf86-video-opentegra libvdpau-tegra"
|
||||||
mkdir "$subpkgdir"
|
mkdir "$subpkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue