summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/compose.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/elements/compose.py')
-rw-r--r--buildstream/plugins/elements/compose.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/plugins/elements/compose.py b/buildstream/plugins/elements/compose.py
index d61a324cc..ed4da4dba 100644
--- a/buildstream/plugins/elements/compose.py
+++ b/buildstream/plugins/elements/compose.py
@@ -70,6 +70,8 @@ class ComposeElement(Element):
self.exclude = self.node_get_member(node, list, 'exclude')
self.include_orphans = self.node_get_member(node, bool, 'include-orphans')
+ self.keyorder += ['integrate', 'include', 'exclude', 'include-orphans']
+
def preflight(self):
pass