summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2010-12-04 12:58:23 -0500
committerMatt Turner <mattst88@gmail.com>2010-12-04 12:58:23 -0500
commitd343834fac2f413ab0f89841eb71f155682f2ac2 (patch)
treef1404b2e8751bc2c27494ecc844df1157222b52a
parentf5609d296b46304495293bb6b3f48f806f3e16bf (diff)
Add back mistakenly removed check for videoproto
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c4d1f5e..95b1d3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,7 @@ AC_ARG_WITH(xorg-module-dir,
[moduledir="$libdir/xorg/modules"])
# Store the list of server defined optional extensions in REQUIRED_MODULES
+XORG_DRIVER_CHECK_EXT(XV, videoproto)
XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto)