http://bugs.freedesktop.org/show_bug.cgi?id=6355
------- Comment #20 from [EMAIL PROTECTED] 2007-04-14 09:04 PST ------- The compilation order issue will also come up with glucose as it is heading towards the glitz repository; glucose is a glitz backend for the internal xserver "window system", similar to xmesa being a mesa backend for the internal xserver "window system". There are two approaches: - install libs, install xserver, compile backends from respective libs and dlopen from xserver - install libs, symlink and compile backends from within the xserver using pointers to compiled libs (as in comment #7) The attached patches implement the first approach, but it seems to me that the second approach is more workable and results in a more streamlined compilation order. I guess this should be discussed somewhere. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Mesa3d-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
