summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-11-21 15:05:23 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-03-05 13:11:28 +0000
commitd4cc41ccd0f0c51e0f413c86b6c2eea0fc124ca1 (patch)
tree739ab7342add53f1d3870c6af3232e4ef52a3094
parent04157765bf00ca3340ca81e0ddd0d2376a43e1cd (diff)
xorg.modules: Add xf86-video-nested so it gets tinderboxed
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
-rw-r--r--xorg.modules9
1 files changed, 9 insertions, 0 deletions
diff --git a/xorg.modules b/xorg.modules
index 141b956..4882c1f 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -1883,6 +1883,14 @@
</dependencies>
</autotools>
+ <autotools id="xf86-video-nested">
+ <branch module="xorg/driver/xf86-video-nested"
+ checkoutdir="xorg/driver/xf86-video-nested"/>
+ <dependencies>
+ <dep package="xserver"/>
+ </dependencies>
+ </autotools>
+
<autotools id="xf86-video-newport">
<branch module="xorg/driver/xf86-video-newport"
checkoutdir="xorg/driver/xf86-video-newport"/>
@@ -2170,6 +2178,7 @@
<dep package="xf86-video-mach64"/>
<dep package="xf86-video-mga"/>
<dep package="xf86-video-neomagic"/>
+ <dep package="xf86-video-nested"/>
<dep package="xf86-video-nouveau"/>
<dep package="xf86-video-nv"/>
<dep package="xf86-video-openchrome"/>