summaryrefslogtreecommitdiffstats
path: root/rules/weston.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-09-10 09:16:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-10 09:16:31 +0200
commita240e6967fafa968b48ac43efae0661890638678 (patch)
tree7fb4e77248ab733a769eb19114447d46246a542a /rules/weston.make
parent963498770a7d860f4da4725134c173beacb8a502 (diff)
downloadptxdist-a240e6967fafa968b48ac43efae0661890638678.tar.gz
ptxdist-a240e6967fafa968b48ac43efae0661890638678.tar.xz
weston: weston-simple-egl is only built if GL support is enabled
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/weston.make')
-rw-r--r--rules/weston.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/weston.make b/rules/weston.make
index a60fa62b4..fa0577d92 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -192,7 +192,9 @@ ifdef PTXCONF_WESTON_IVISHELL_EXAMPLE
@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-clickdot)
@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-flower)
+ifdef PTXCONF_WESTON_GL
@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-simple-egl)
+endif
@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-simple-shm)
@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-smoke)
endif