mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xf86-video-{ati,intel}: allow musl builds.
This commit is contained in:
parent
68e5104a62
commit
b1fb1a5937
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ pkgname=xf86-video-ati
|
|||
version=7.5.0
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-glamor"
|
||||
hostmakedepends="pkg-config"
|
||||
|
|
|
@ -10,7 +10,7 @@ makedepends="libudev-devel libdrm-devel libpciaccess-devel libXext-devel
|
|||
libXfixes-devel libXv-devel libXvMC-devel xcb-util-devel MesaLib-devel
|
||||
xorg-server-devel"
|
||||
depends="virtual?xserver-abi-video-19_1 mesa-intel-dri"
|
||||
only_for_archs="i686 x86_64"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
short_desc="Xorg DDX Intel video driver"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
|
|
Loading…
Add table
Reference in a new issue