1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
10 DESCRIPTION="openChrome graphics driver for VIA/S3G cards"
11 HOMEPAGE="http://www.openchrome.org"
12 SRC_URI="http://www.openchrome.org/releases/${P}.tar.bz2"
14 KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd"
16 # http://wiki.openchrome.org/pipermail/openchrome-users/2007-October/003641.html
18 #CONFIGURE_OPTIONS="$(use_enable dri)"
20 RDEPEND=">=x11-base/xorg-server-1.2
29 x11-proto/xf86driproto
33 # dri? ( x11-proto/xf86driproto
39 # as we currently can't turn dri support off
40 # because of http://openchrome.org/trac/ticket/137
41 #if use dri && ! built_with_use x11-base/xorg-server dri; then
42 if ! built_with_use x11-base/xorg-server dri; then
43 die "Build x11-base/xorg-server with USE=\"dri\"."