From 76fb1bdfc35859d09cb9bed2faaa98f074212ff7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 9 Jan 2013 15:55:19 +0100 Subject: [PATCH] xorg-video-drivers: depend on xf86-video-modesetting. --- srcpkgs/xorg-video-drivers/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/xorg-video-drivers/template b/srcpkgs/xorg-video-drivers/template index 40731591f3c..1dcf63abe88 100644 --- a/srcpkgs/xorg-video-drivers/template +++ b/srcpkgs/xorg-video-drivers/template @@ -1,16 +1,13 @@ # Template file for 'xorg-video-drivers' pkgname=xorg-video-drivers version=7.6 -revision=9 +revision=10 build_style=meta-template short_desc="X.org video drivers meta-package" maintainer="Juan RP " -homepage="http://voidlinux.github.com" +homepage="http://www.voidlinux.eu" license="Public domain" -long_desc=" - This is the X.org meta-package for installing the most commonly used - DDX drivers for ATI/AMD, Intel, NVIDIA GPUs; also as last resort the - driver for generic VESA support is also included." depends="xf86-video-ati>=7.0 xf86-video-intel>=2.20.13 - xf86-video-vesa>=1:2.3.2 xf86-video-nouveau>=1.0.4" + xf86-video-vesa>=1:2.3.2 xf86-video-nouveau>=1.0.4 + xf86-video-modesetting>=0.6.0"