On 10/29/07, Brian Paul <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > > On 10/29/07, Brian Paul <[EMAIL PROTECTED]> wrote: > >> Dan Nicholson wrote: > >>> This patch set moves the library dependencies for the programs out of > >>> the configs file and into the programs' Makefiles. The purpose of this > >>> is to allow building a set of the programs which don't require libglut > >>> without changing the value of APP_LIB_DEPS. > >>> > >>> The second and third commits change the default and some of the linux > >>> configs to take advantage of this change by removing the Mesa-specific > >>> libraries from their APP_LIB_DEPS variables. This should just leave > >>> platform or backend specific libraries. > >>> > >>> Other configs won't be hurt by this change, other than to see the Mesa > >>> libraries appear twice on the command line. They should be changed if > >>> possible, though, since it benefits the with/without GLUT case. > >> Committed. Thanks. > > > > Oh, can I backport this to the 7_0 branch? > > I think so. It should be pretty safe, right?
Yeah, I tested it on Linux on my local master and 7.0 branches before I sent the patches. As I said in the mail, all that will happen for configs that still include -lGL, etc. in APP_LIB_DEPS is that they'll see those libraries twice on the command line. I can't imagine any linker that can't handle that. > The 7.0.2 release has been on the back burner, but I should do that soon... No big deal. I just want to get stuff in 7.0 while it's still fresh in my mind since what's on master probably won't see a release for a while with all the big changes landing. -- Dan ------------------------------------------------------------------------- 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
