xf86-video-nouveau: mesa-dri pkgs reorganization
This commit is contained in:
parent
44292a709a
commit
e1bfe5ec7d
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue