summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-09 17:24:42 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-09 17:24:42 +0200
commit28c1c65d8f3feb6235627e52c789199a436b4e3c (patch)
tree5cbb318468a006b2f14ac344a900bf045ed2cb26 /doc
parent633bd42cc6c5e0613a577bb2740e836474368b69 (diff)
downloadxdg-app-28c1c65d8f3feb6235627e52c789199a436b4e3c.tar.gz
Builder: Support disabled=true to not build a module
This is a simple way to "comment out" a module.
Diffstat (limited to 'doc')
-rw-r--r--doc/flatpak-builder.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/flatpak-builder.xml b/doc/flatpak-builder.xml
index 592e514..4572295 100644
--- a/doc/flatpak-builder.xml
+++ b/doc/flatpak-builder.xml
@@ -285,6 +285,10 @@
<listitem><para>The name of the module, used in e.g. build logs</para></listitem>
</varlistentry>
<varlistentry>
+ <term><option>disabled</option> (boolean)</term>
+ <listitem><para>If true, skip this module</para></listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>sources</option> (array of objects)</term>
<listitem><para>An array of objects defining sources that will be downloaded and extracted in order</para></listitem>
</varlistentry>