When running ./configure --help, Optional Features contain incorrect documentation: --disable-glu enable OpenGL Utility library [default=enabled] --disable-glw enable Xt/Motif widget library [default=enabled] --disable-glut enable GLUT library [default=enabled if source available] --disable-gallium build gallium [default=enabled] --disable-pic compile PIC objects [default=enabled for shared builds on supported platforms] --disable-shared build shared libraries [default=enabled] --disable-driglx-direct enable direct rendering in GLX and EGL for DRI [default=enabled] "enable" shoud be "disable" and "build" should be "don't build". Tested on Mesa 7.9.
Created attachment 41063 [details] [review] fix enable/disable language in configure.ac This patch fixes those issues, except for one: I don't see where the --disable-pic option is coming from.
Reassigning to Dan Nicholson.
Brian, the pic one is in the MESA_PIC_FLAGS macro in acinclude.m4. Your diff looks good to me. Do you mind finishing this off? I'm a little busy to work up a patch myself right now.
Fixed with 5ecbc3a9e85d4e31c81c132ea94fb1fafc33be4a
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.