summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2013-11-08 11:59:42 -0500
committerRob Clark <robdclark@gmail.com>2013-11-13 12:58:53 -0500
commit5645d8841c1dc56b8f85d77554fa4cb1137df11b (patch)
tree7d2b708cf9c4c3332325114f306ea179cd85382e
parentef8437654ee20d112b78dbeefddbf5685100bc5f (diff)
xorg.modules: update for dri3proto and xshmfence
Signed-off-by: Rob Clark <robdclark@gmail.com>
-rw-r--r--xorg.modules13
1 files changed, 13 insertions, 0 deletions
diff --git a/xorg.modules b/xorg.modules
index eb1ab5d..be09b16 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -97,6 +97,12 @@
<dependencies/>
</autotools>
+ <autotools id="libxshmfence">
+ <branch module="xorg/lib/libxshmfence"
+ checkoutdir="xorg/lib/libxshmfence"/>
+ <dependencies/>
+ </autotools>
+
<!-- mesa -->
<!-- Need nouveau API to build xf86-video-nouveau -->
@@ -116,6 +122,7 @@
<dependencies>
<dep package="xf86driproto"/>
<dep package="dri2proto"/>
+ <dep package="dri3proto"/>
<dep package="glproto"/>
<dep package="libXxf86vm"/>
<dep package="libXdamage"/>
@@ -305,6 +312,10 @@
<branch module="xorg/proto/dri2proto"
checkoutdir="xorg/proto/dri2proto"/>
</autotools>
+ <autotools id="dri3proto">
+ <branch module="xorg/proto/dri3proto"
+ checkoutdir="xorg/proto/dri3proto"/>
+ </autotools>
<metamodule id="xorg-protos">
<dependencies>
@@ -333,6 +344,7 @@
<dep package="xf86vidmodeproto"/>
<dep package="x11proto"/>
<dep package="dri2proto"/>
+ <dep package="dri3proto"/>
</dependencies>
</metamodule>
@@ -2247,6 +2259,7 @@
<dep package="libXRes"/>
<dep package="pixman"/>
<dep package="libpciaccess"/>
+ <dep package="libxshmfence"/>
</dependencies>
</autotools>