From 17d210a1162c112ea7078154bdac7bcadfa82b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 8 Jan 2018 23:37:34 +0100 Subject: [PATCH] xorg-video-drivers: architecture specific depends --- srcpkgs/xorg-video-drivers/template | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xorg-video-drivers/template b/srcpkgs/xorg-video-drivers/template index 3a74520908..6217a06d4a 100644 --- a/srcpkgs/xorg-video-drivers/template +++ b/srcpkgs/xorg-video-drivers/template @@ -1,10 +1,17 @@ # Template file for 'xorg-video-drivers' pkgname=xorg-video-drivers version=7.6 -revision=16 +revision=17 build_style=meta -depends="xf86-video-vesa xf86-video-ati xf86-video-amdgpu xf86-video-intel xf86-video-mga xf86-video-nouveau xf86-video-vmware xf86-video-dummy" +depends="xf86-video-vesa xf86-video-dummy" short_desc="X.org video drivers meta-package" maintainer="Juan RP " homepage="http://www.voidlinux.eu" license="Public domain" + +case "$XBPS_TARGET_MACHINE" in + i686*|x86_64*) + depends+=" xf86-video-ati xf86-video-amdgpu xf86-video-intel" + depends+=" xf86-video-mga xf86-video-nouveau xf86-video-vmware" + ;; +esac