diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-09-06 09:27:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-09-06 09:53:34 -0400 |
commit | 15edfbbc88270ae7ff9099ffee1850f2c3950870 (patch) | |
tree | 0b4dc3769a938db4a08901433d043be79802dc96 /docs/reference/gtk/building.sgml | |
parent | b5e00d36f084b827c48e4c9b8adc8fcedc14f2ff (diff) | |
download | gtk+-15edfbbc88270ae7ff9099ffee1850f2c3950870.tar.gz |
Rename and document the enable-gir option
You can disable introspection now with -Dintrospection=false.
Diffstat (limited to 'docs/reference/gtk/building.sgml')
-rw-r--r-- | docs/reference/gtk/building.sgml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index 51e5d8e8f5..32ad404eee 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -384,6 +384,10 @@ How to compile GTK+ itself <arg choice="plain">-Denable-mir-backend=true</arg> <arg choice="plain">-Denable-mir-backend=false</arg> </group> + <group> + <arg choice="plain">-Dintrospection=true</arg> + <arg choice="plain">-Dintrospection=false</arg> + </group> </cmdsynopsis> </para> @@ -481,6 +485,17 @@ How to compile GTK+ itself </formalpara> <formalpara> + <title><systemitem>introspection</systemitem></title> + + <para> + Allows to disable building introspection support. This is option + is mainly useful for shortening turnaround times on developer + systems. Installed builds of GTK+ should always have introspection + support. + </para> + </formalpara> + + <formalpara> <title><systemitem>build-tests</systemitem> <systemitem>demos</systemitem></title> |