mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
xorg-video-drivers: xf86-video-geode won't build on x86_64, so unset $noarch.
--HG-- extra : convert_revision : 1424666fb604e007f793083baf9b33c61314c7fa
This commit is contained in:
parent
45deedf294
commit
b2a9f8aa13
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xorg-video-drivers'
|
# Template file for 'xorg-video-drivers'
|
||||||
pkgname=xorg-video-drivers
|
pkgname=xorg-video-drivers
|
||||||
version=7.5
|
version=7.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meta-template
|
build_style=meta-template
|
||||||
short_desc="X.org video drivers meta-package"
|
short_desc="X.org video drivers meta-package"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -9,7 +9,6 @@ long_desc="
|
||||||
This is the Xorg meta-package for installing the various
|
This is the Xorg meta-package for installing the various
|
||||||
X.org xserver video drivers from the modular Xorg X11 project."
|
X.org xserver video drivers from the modular Xorg X11 project."
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
Add_dependency full xf86-video-apm ">=1.2.2"
|
Add_dependency full xf86-video-apm ">=1.2.2"
|
||||||
Add_dependency full xf86-video-ark ">=0.7.2"
|
Add_dependency full xf86-video-ark ">=0.7.2"
|
||||||
Add_dependency full xf86-video-ast ">=0.89.9"
|
Add_dependency full xf86-video-ast ">=0.89.9"
|
||||||
|
@ -17,7 +16,9 @@ Add_dependency full xf86-video-ati ">=6.12.4"
|
||||||
Add_dependency full xf86-video-chips ">=1.2.2"
|
Add_dependency full xf86-video-chips ">=1.2.2"
|
||||||
Add_dependency full xf86-video-cirrus ">=1.3.2"
|
Add_dependency full xf86-video-cirrus ">=1.3.2"
|
||||||
Add_dependency full xf86-video-fbdev ">=0.4.1"
|
Add_dependency full xf86-video-fbdev ">=0.4.1"
|
||||||
|
if [ "${xbps_machine}" != "x86_64" ]; then
|
||||||
Add_dependency full xf86-video-geode ">=2.11.6"
|
Add_dependency full xf86-video-geode ">=2.11.6"
|
||||||
|
fi
|
||||||
Add_dependency full xf86-video-glint ">=1.2.4"
|
Add_dependency full xf86-video-glint ">=1.2.4"
|
||||||
Add_dependency full xf86-video-i128 ">=1.3.3"
|
Add_dependency full xf86-video-i128 ">=1.3.3"
|
||||||
Add_dependency full xf86-video-i740 ">=1.3.2"
|
Add_dependency full xf86-video-i740 ">=1.3.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue