summaryrefslogtreecommitdiff
path: root/user/xf86-video-nouveau
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2020-02-24 18:31:54 -0600
committerMax Rees <maxcrees@me.com>2020-02-24 18:31:54 -0600
commit8d2e00db5f387a3d8baa8961cdf6fa847ced9761 (patch)
treeef221164c7133bc59854b3703dca2963840c61b2 /user/xf86-video-nouveau
parentf640f3f0531846f50cd7c418df170a30a22ee7fe (diff)
downloadpackages-8d2e00db5f387a3d8baa8961cdf6fa847ced9761.tar.gz
packages-8d2e00db5f387a3d8baa8961cdf6fa847ced9761.tar.bz2
packages-8d2e00db5f387a3d8baa8961cdf6fa847ced9761.tar.xz
packages-8d2e00db5f387a3d8baa8961cdf6fa847ced9761.zip
user/xf86-video-*: ensure depends= on mesa-dri and not old subpackages
If depending on the old subpackages of mesa-dri, apk is not smart enough to determine that it should replace those old subpackages with the new unified mesa-dri package, so we change the depends= in each reverse dependency of those old subpackage names to force apk to purge the old packages. As usual provides=/replaces= are a mystical art.
Diffstat (limited to 'user/xf86-video-nouveau')
-rw-r--r--user/xf86-video-nouveau/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/xf86-video-nouveau/APKBUILD b/user/xf86-video-nouveau/APKBUILD
index 40c9b8f82..2f812fc77 100644
--- a/user/xf86-video-nouveau/APKBUILD
+++ b/user/xf86-video-nouveau/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xf86-video-nouveau
pkgver=1.0.16
-pkgrel=0
+pkgrel=1
pkgdesc="Libre Nvidia video driver for X11"
url="https://nouveau.freedesktop.org/"
arch="all"
license="MIT"
-depends="mesa-dri-nouveau"
+depends="mesa-dri"
makedepends="eudev-dev libdrm-dev util-macros xorgproto-dev xorg-server-dev"
subpackages="$pkgname-doc"
source="https://www.X.Org/archive/individual/driver/$pkgname-$pkgver.tar.bz2"