diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-26 16:09:15 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-27 11:13:05 +1000 |
commit | b49fcb355eb1469352eb25ba3dbcf2863cfe5642 (patch) | |
tree | b2f4d2e8ecebf211fe3e84003a9f211793cbf559 /configure.ac | |
parent | f2a1073b3027c508e01beca9ca34bbc6c90f5e6b (diff) |
Move the xf86vmode.h header from the proto package to here.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2259530..cca1b09 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_PROG_LIBTOOL XORG_CWARNFLAGS # Checks for pkg-config packages -PKG_CHECK_MODULES(XXF86VM, xproto x11 xextproto xext xf86vidmodeproto) +PKG_CHECK_MODULES(XXF86VM, xproto x11 xextproto xext [xf86vidmodeproto >= 2.2.99.1]) XORG_CHECK_MALLOC_ZERO XORG_MANPAGE_SECTIONS |