summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-07-22 00:40:11 +0100
committerThomas White <taw@bitwiz.org.uk>2009-07-22 00:40:11 +0100
commitc9f31330d7847820a9cabebc193f22a176690a67 (patch)
tree216c4c4fdd154ec5292a7efef900fd3c46471b28 /configure.ac
parent72a3fcc25d026941c0a202cbc6364326b979c767 (diff)
Just backing up progress
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 628537c..8aeed86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,6 +82,8 @@ if test "x$HAVE_ENGINE_IOCTLS" = xyes; then
fi
# Checks for libraries.
+PKG_CHECK_MODULES(DRI, [libdrm xf86driproto])
+CFLAGS="$XORG_CFLAGS $DRI_CFLAGS"
# Checks for header files.
AC_HEADER_STDC