diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-06-21 00:13:32 +0200 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2011-06-22 22:37:00 +0200 |
commit | 3650be74d5da602653b2b1d3cf3a6bb5a9cb3539 (patch) | |
tree | 0b810ae23c7a2c9f84c4f84563d3b3c18fffb404 /configure.ac | |
parent | 63d7ddb35fe8b6743de182b73e6967f97f6a7eba (diff) |
vmwgfx: Try to match created hardware formats with the dri state tracker.
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 1f060ae..da140bf 100644 --- a/configure.ac +++ b/configure.ac @@ -115,7 +115,7 @@ AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) AC_SUBST([moduledir]) if test x$BUILD_VMWGFX = xyes; then - PKG_CHECK_MODULES([XATRACKER], [xatracker >= 0.1.0],[],[BUILD_VMWGFX=no]) + PKG_CHECK_MODULES([XATRACKER], [xatracker >= 0.2.0],[],[BUILD_VMWGFX=no]) fi DRIVER_NAME=vmware |