xorg-video-drivers: enable openchrome.
This commit is contained in:
parent
c34a767220
commit
87fdd17d56
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xorg-video-drivers'
|
||||
pkgname=xorg-video-drivers
|
||||
version=7.6
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=meta-template
|
||||
short_desc="X.org video drivers meta-package"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -10,8 +10,8 @@ long_desc="
|
|||
X.org xserver video drivers from the modular Xorg X11 project."
|
||||
|
||||
#
|
||||
# By default support ATI, Intel, VESA, VMWare, FBDev and V4L. Install any
|
||||
# of those commented out packages if you have such old hw.
|
||||
# By default support ATI, Intel, VESA, VMWare, QXL, nouveau and openchrome.
|
||||
# Install any those commented out packages if you have such old hardware.
|
||||
#
|
||||
|
||||
#Add_dependency full xf86-video-apm ">=1.2.2"
|
||||
|
@ -32,7 +32,7 @@ Add_dependency full xf86-video-intel ">=2.9.1"
|
|||
#Add_dependency full xf86-video-mach64 ">=6.8.2"
|
||||
#Add_dependency full xf86-video-mga ">=1.4.11"
|
||||
#Add_dependency full xf86-video-neomagic ">=1.2.4"
|
||||
#Add_dependency full xf86-video-openchrome ">=0.2.904"
|
||||
Add_dependency full xf86-video-openchrome ">=0.2.906"
|
||||
#Add_dependency full xf86-video-r128 ">=6.8.1"
|
||||
#Add_dependency full xf86-video-s3 ">=0.6.3"
|
||||
#Add_dependency full xf86-video-s3virge ">=1.10.4"
|
||||
|
|
Loading…
Reference in New Issue