xf86-video-nouveau: mesa-dri pkgs reorganization

This commit is contained in:
Stefano Ragni 2019-11-19 19:59:12 +01:00 committed by Juan RP
parent 44292a709a
commit e1bfe5ec7d
1 changed files with 8 additions and 4 deletions

View File

@ -1,18 +1,22 @@
# Template file for 'xf86-video-nouveau'
pkgname=xf86-video-nouveau
version=1.0.16
revision=1
build_style=gnu-configure
revision=2
archs="i686* x86_64* ppc ppc-musl ppc64*"
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="eudev-libudev-devel libdrm-devel xorg-server-devel"
depends="virtual?xserver-abi-video-24_1 mesa-nouveau-dri"
depends="virtual?xserver-abi-video-24_1 mesa-dri"
short_desc="Xorg opensource NVIDIA video driver"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2"
license="MIT"
homepage="http://nouveau.freedesktop.org/wiki/"
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.gz"
checksum=83553d4625e2990e569312e26540bebbdb2de14896ad4e9a9c872eda1df6cc7d
lib32disabled=yes
LDFLAGS="-Wl,-z,lazy"
post_install() {
vlicense COPYING
}