[Mesa-dev] [Bug 43629] mesa># gmake freebsd-dri-amd64 breaks
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 30 14:01:12 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=43629
Eric Anholt <eric at anholt.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTABUG
--- Comment #6 from Eric Anholt <eric at 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.
More information about the mesa-dev
mailing list