diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-29 18:53:48 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-29 18:59:02 -0700 |
commit | 0de234329fa1c3365954498819da93d64a978911 (patch) | |
tree | 2be1fdb0a30fe4b1d7ea171917ca6c0cd11de421 /configure.ac | |
parent | 75166a0fc92220b496eb67451ec1b11cb8b72091 (diff) |
Use pci_device_map_legacy rather than xf86MapDomainMemory
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
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 e4ab861..087ef11 100644 --- a/configure.ac +++ b/configure.ac @@ -206,7 +206,7 @@ CPPFLAGS="$SAVE_CPPFLAGS" AM_CONDITIONAL(USE_EXA, test "x$USE_EXA" = xyes) if test "x$XSERVER_LIBPCIACCESS" = xyes; then - PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.8.0]) + PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.12.901]) XORG_CFLAGS="$XORG_CFLAGS $PCIACCESS_CFLAGS" fi AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) |