Roland Scheidegger wrote:
> No, 2.3.0 should be enough. If it doesn't recognize the option at all,
> it means you have built with XF86DRI_MM undefined - there could be other
> reasons than a too old libdrm, but you'd have to ask someone which is
> more familiar with the xorg build system.
>
> Roland
>
>
from driver/xf86-video-intel/configure.ac:
PKG_CHECK_MODULES(DRI_MM, [libdrm >= 2.3.1],[DRI_MM=yes], [DRI_MM=no])
if test "x$DRI_MM" = xyes; then
AC_DEFINE(XF86DRI_MM,1,[Extended DRI memory management])
Maybe I should just be hardcoding XF86DRI_MM, but I'm not sure.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev