diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-05 16:00:27 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-05 16:00:27 +0000 |
commit | a4a091c510bb0efbe3908a6360d50e8b246716c3 (patch) | |
tree | 6c2ee7bed2349f7f450c43f5d3c1d873157a0cd0 /x11-drivers/xf86-video-sis/xf86-video-sis-0.10.6.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-a4a091c510bb0efbe3908a6360d50e8b246716c3.tar.gz gentoo-2-a4a091c510bb0efbe3908a6360d50e8b246716c3.tar.bz2 gentoo-2-a4a091c510bb0efbe3908a6360d50e8b246716c3.zip |
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-sis/xf86-video-sis-0.10.6.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-sis/xf86-video-sis-0.10.6.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.6.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.6.ebuild new file mode 100644 index 000000000000..7295732bad06 --- /dev/null +++ b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.6.ebuild,v 1.1 2012/07/05 16:00:27 chithanh Exp $ + +EAPI=4 +XORG_DRI=dri +inherit xorg-2 + +DESCRIPTION="SiS and XGI video driver" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" +IUSE="dri" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable dri) + ) +} |