diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2006-09-20 22:38:55 -0700 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2006-09-20 22:38:55 -0700 |
commit | f6500e94fec0d6db8c1f1350bee1d137bf06a09e (patch) | |
tree | a26330810dec0fe897bf09dd28ed0b1f8fa2e291 /configure.ac | |
parent | cbaf3cf74bd420533d299c4113761ec536097e33 (diff) |
Update driver for RandR 1.2 X server API.
This is not entirely what I'd like to see, but it's at least functional.
Limitations:
Can't disable/enable crtcs
Can't move outputs on/off crtcs
But, it does handle monitor hot-plug, detecting changes in VGA and SDVO
status on-the fly. Which makes for good demo material.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5c9291bf..3375fa95 100644 --- a/configure.ac +++ b/configure.ac @@ -99,8 +99,6 @@ if test "x$GCC" = "xyes"; then -Wnested-externs -fno-strict-aliasing" fi -CFLAGS="$CFLAGS $WARN_CFLAGS" - AM_CONDITIONAL(DRI, test x$DRI = xyes) if test "$DRI" = yes; then PKG_CHECK_MODULES(DRI, [libdrm >= 2.0 xf86driproto]) @@ -110,6 +108,7 @@ fi AC_SUBST([DRI_CFLAGS]) AC_SUBST([XORG_CFLAGS]) +AC_SUBST([WARN_CFLAGS]) AC_SUBST([moduledir]) DRIVER_NAME=i810 |