forked from AuroraMiddleware/gtk
Make formatting of configure options consistent
Some options had double [], which can be avoided by judicious use of opt="plain" attributes.
This commit is contained in:
parent
cbb719822a
commit
a38309474d
@ -326,7 +326,7 @@ How to compile GTK+ itself
|
||||
</group>
|
||||
<sbr/>
|
||||
<group>
|
||||
<arg>--enable-debug=[no/minimum/yes]</arg>
|
||||
<arg choice="plain">--enable-debug=[no/minimum/yes]</arg>
|
||||
</group>
|
||||
<sbr/>
|
||||
<group>
|
||||
@ -395,7 +395,7 @@ How to compile GTK+ itself
|
||||
</group>
|
||||
<sbr/>
|
||||
<group>
|
||||
<arg>--enable-introspection=[no/auto/yes]</arg>
|
||||
<arg choice="plain">--enable-introspection=[no/auto/yes]</arg>
|
||||
</group>
|
||||
<sbr/>
|
||||
<group>
|
||||
|
Loading…
Reference in New Issue
Block a user