summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blanchard <martin.blanchard@codethink.co.uk>2018-09-04 11:30:59 +0100
committerMartin Blanchard <martin.blanchard@codethink.co.uk>2018-09-07 13:57:30 +0100
commit556f2abbd964705a8d57931ec899abd65a9d8787 (patch)
treea8ab562a24c6cfc23a524e7e16bf9ba3c3eec3d4
parent909b3be4429d1c6846ce11683efa9be77b44e076 (diff)
downloadbuildstream-556f2abbd964705a8d57931ec899abd65a9d8787.tar.gz
meson.py: Mark this as a BST_VIRTUAL_DIRECTORY‧plugin
https://gitlab.com/BuildStream/buildstream/issues/454
-rw-r--r--buildstream/plugins/elements/meson.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstream/plugins/elements/meson.py b/buildstream/plugins/elements/meson.py
index 228e90ad1..9e0edf19e 100644
--- a/buildstream/plugins/elements/meson.py
+++ b/buildstream/plugins/elements/meson.py
@@ -53,7 +53,8 @@ from buildstream import BuildElement
# Element implementation for the 'meson' kind.
class MesonElement(BuildElement):
- pass
+ # Supports virtual directories (required for remote execution)
+ BST_VIRTUAL_DIRECTORY = True
# Plugin entry point