Summary: | Please provide a way to build without DRI nor DRM | ||
---|---|---|---|
Product: | Mesa | Reporter: | Cyril Brulebois <cyril.brulebois> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | high | CC: | mbanck |
Version: | 6.4 | Keywords: | patch |
Hardware: | All | ||
OS: | other | ||
URL: | http://kibi.sysif.net/pub/patches/build-without-dri-nor-drm.diff | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Patch attempt to build without DRI nor DRM |
Description
Cyril Brulebois
2006-08-30 11:05:43 UTC
Created attachment 6752 [details] [review] Patch attempt to build without DRI nor DRM And now I know how bugzilla handles patches. :-) I can't put "ifndef / endif" lines in src/mesa/Makefile since that'll only work with GNU make and will break on other systems. Is the purpose of all this to build a libGL.so that only implements the GLX protocol for indirect rendering? (following up to myself) The 'linux-indirect' configuration builds a libGL.so like that. I just verified that it works as expected. That's also what Michel Dänzer suggested, and it seems to work fine: we successfully built mesa, mesa tools and freeglut; and also CVS snapshots are alright (that's the reason for my long get back to you, sorry). Many thanks for your reply. Keep up the good work, guys! (Maybe this bugreport should be marked as NOTABUG, but I leave that up to you since I'm unsure.) |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.