[Mesa-dev] [Bug 30796] mesa builds drivers for r300 and Intel even when not asked to
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Oct 13 02:55:17 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30796
Marek Olšák <maraeo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTABUG
--- Comment #4 from Marek Olšák <maraeo at gmail.com> 2010-10-13 02:55:17 PDT ---
The way I understand it is that when you type make && sudo make install, you
should get all stable drivers installed. You disabled classic r300 by setting
--with-dri-drivers=r600 (otherwise classic r300 would be built), selecting only
classic r600 with that option (so you build both classic and gallium r600,
why?). The Gallium drivers are only selected or deselected using
--enable-gallium-something or --disable-gallium-something, respectively, and
there are some default enables, as you noticed. The selected Gallium drivers
are listed in "Target dirs", the other "dirs" are usually just some internal
dependencies you don't have to care about.
Of course, what should or should not be built by default may be revisited
sometime. I am closing this as it's not a bug.
--
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