docs: Update the configure switches in the README
This commit is contained in:
parent
74afe8bbcd
commit
3c9cea09dc
@ -161,8 +161,11 @@ Clutter has additional command line options for the configure script:
|
|||||||
Build Clutter with profiling instrumentation. Requires the GNU
|
Build Clutter with profiling instrumentation. Requires the GNU
|
||||||
C Compiler and the UProf library.
|
C Compiler and the UProf library.
|
||||||
|
|
||||||
--enable-conform=[yes/no]
|
--disable-tests
|
||||||
Build the Clutter conformance test suite.
|
Disable building the Clutter tests suite.
|
||||||
|
|
||||||
|
--disable-examples
|
||||||
|
Disable building the Clutter API reference examples.
|
||||||
|
|
||||||
--enable-deprecated=[yes/no]
|
--enable-deprecated=[yes/no]
|
||||||
Whether deprecated symbols should be available when compiling Clutter.
|
Whether deprecated symbols should be available when compiling Clutter.
|
||||||
@ -240,7 +243,7 @@ In the report you should include:
|
|||||||
|
|
||||||
• what system you're running Clutter on;
|
• what system you're running Clutter on;
|
||||||
• which version of Clutter you are using;
|
• which version of Clutter you are using;
|
||||||
• which version of GLib and OpenGL (or OpenGL ES) you are using;
|
• which version of GLib, Cogl, and OpenGL (or OpenGL ES) you are using;
|
||||||
• which video card and which drivers you are using, including output of
|
• which video card and which drivers you are using, including output of
|
||||||
glxinfo and xdpyinfo (if applicable);
|
glxinfo and xdpyinfo (if applicable);
|
||||||
• how to reproduce the bug.
|
• how to reproduce the bug.
|
||||||
|
Loading…
Reference in New Issue
Block a user