aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2009-09-01 20:33:30 +0000
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2009-09-01 20:33:30 +0000
commit379db77849b7941748c97082667016f747f0ea35 (patch)
tree0730f4b7660157cac0d8966e50118c62e2358d15 /x11-drivers
parentvala-0.7.5 from FSO team (diff)
downloadembedded-cross-379db77849b7941748c97082667016f747f0ea35.tar.gz
embedded-cross-379db77849b7941748c97082667016f747f0ea35.tar.bz2
embedded-cross-379db77849b7941748c97082667016f747f0ea35.zip
add USR=dri to xf86-video-glamo, which enables using kms and dri
read http://www.bitwiz.org.uk/s/dri-for-the-freerunner.html for me info
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-glamo/Manifest2
-rw-r--r--x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-glamo/Manifest b/x11-drivers/xf86-video-glamo/Manifest
index e373574..6b59e95 100644
--- a/x11-drivers/xf86-video-glamo/Manifest
+++ b/x11-drivers/xf86-video-glamo/Manifest
@@ -1 +1 @@
-EBUILD xf86-video-glamo-9999.ebuild 742 RMD160 6602f84a2941746171049d456f898d43db2ab987 SHA1 abb980d98c9788efa76b3b67b57417a8ffe2d385 SHA256 b3931a52a37e17bd96b4cd40ec51584fbd6eb5a1dc584a4854a3cdb3b1da10db
+EBUILD xf86-video-glamo-9999.ebuild 775 RMD160 6c6b31730e0f99481a0648242b41300c601ca986 SHA1 b3ca24f3d35a447c6f75512dfb62908bb573da21 SHA256 0af09206b9a2a994a14a7088aa9da507241c3d15f72a82942d2849047e6c860a
diff --git a/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild b/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild
index 0076c88..7c8cede 100644
--- a/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild
+++ b/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild
@@ -14,7 +14,9 @@ EGIT_PROJECT="xf86-video-glamo"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm"
-IUSE=""
+IUSE="dri"
+
+use dri && EGIT_BRANCH="kms"
RDEPEND=">=x11-base/xorg-server-1.5"