https://bugs.freedesktop.org/show_bug.cgi?id=43629
Eric Anholt <e...@anholt.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |NOTABUG --- Comment #6 from Eric Anholt <e...@anholt.net> 2012-05-30 14:01:12 PDT --- The old static configs like freebsd-* are deprecated and about to be removed. You should use just ./autogen.sh (which it sounds like you are in later comments) and then "make". The original error report is just one of the reasons we're removing the old static configs. Re: comment 4, the list of dri drivers defaults to a particular set, then the requirements for those are tested for with errors if they're missing. The assumption here is that this is better for the user than quietly not building a driver they may care about when the libdrm requirement gets increased. To disable a driver you don't care for, you can use something explicit like "--with-dri-drivers=swrast,i915,i965,radeon" and "--with-gallium-drivers=swrast,r600,r300". -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev