diff options
author | Keith Packard <keithp@keithp.com> | 2008-12-01 19:06:09 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-12-01 19:06:09 -0800 |
commit | f7540df184a75a749cabcfa2da8974d3d0714ea6 (patch) | |
tree | f46f54bb94a315435a42ac7b9ba4044b8c2598b3 /configure.ac | |
parent | 5f347020a52b583e19d333361ea7bf2591255899 (diff) | |
parent | ee87f7becc2138348ec0d948829db6e86cee86da (diff) |
Merge commit 'origin/dri2'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b7a9cc85..41438ecd 100644 --- a/configure.ac +++ b/configure.ac @@ -261,6 +261,7 @@ if test "$XVMC" = yes; then AC_SUBST([XVMCLIB_CFLAGS]) fi +AC_DEFINE(DRI2, 1,[Enable DRI2 code]) AC_SUBST([DRI_CFLAGS]) AC_SUBST([XORG_CFLAGS]) |