summaryrefslogtreecommitdiffstats
path: root/rules/host-system-python.in
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tq-group.com>2017-03-09 12:45:44 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-03-09 16:23:01 +0100
commit2d5a550158d8ea83dd2fac657d68fc25f580ab03 (patch)
tree6d5e3ccede9fe364db0bbd6a26f5b8c6781fc7b1 /rules/host-system-python.in
parent7b53a132ab12c872bd4a8dd10d9de211ee92dda0 (diff)
downloadptxdist-2d5a550158d8ea83dd2fac657d68fc25f580ab03.tar.gz
ptxdist-2d5a550158d8ea83dd2fac657d68fc25f580ab03.tar.xz
host-system-python: add check for mako
needed for mesa 17 and newer Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-system-python.in')
-rw-r--r--rules/host-system-python.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/host-system-python.in b/rules/host-system-python.in
index 300b078e7..61fdbc62b 100644
--- a/rules/host-system-python.in
+++ b/rules/host-system-python.in
@@ -14,4 +14,7 @@ config HOST_SYSTEM_PYTHON_ARGPARSE
config HOST_SYSTEM_PYTHON_BZ2
bool
+config HOST_SYSTEM_PYTHON_MAKO
+ bool
+
endif