summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2013-11-26 23:50:24 -0800
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2013-11-26 23:50:24 -0800
commit8457bdd05fa7c69cc4f63104e89ab64afc55dd88 (patch)
tree9eac8a4aeeebc2c6492af1141c10ed13d2b95197
parent5645d8841c1dc56b8f85d77554fa4cb1137df11b (diff)
xorg.modules: Add presentproto
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-rw-r--r--xorg.modules5
1 files changed, 5 insertions, 0 deletions
diff --git a/xorg.modules b/xorg.modules
index be09b16..79137dc 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -245,6 +245,10 @@
<branch module="xorg/proto/kbproto"
checkoutdir="xorg/proto/kbproto"/>
</autotools>
+ <autotools id="presentproto">
+ <branch module="xorg/proto/presentproto"
+ checkoutdir="xorg/proto/presentproto"/>
+ </autotools>
<autotools id="randrproto">
<branch module="xorg/proto/randrproto"
checkoutdir="xorg/proto/randrproto"/>
@@ -330,6 +334,7 @@
<dep package="inputproto"/>
<dep package="kbproto"/>
<dep package="xineramaproto"/>
+ <dep package="presentproto"/>
<dep package="randrproto"/>
<dep package="recordproto"/>
<dep package="renderproto"/>