summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-04-15 13:37:02 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-04-16 10:44:55 +0200
commit5929af0b7f72a4788dcdc347eeb4ca2417f58d67 (patch)
tree9ba65cee3b78eee35bc9cfd0cd791b43d9b7aec4
parent908eac5216e2bd99f1107ffc473a205c1c6e5624 (diff)
downloadptxdist-5929af0b7f72a4788dcdc347eeb4ca2417f58d67.tar.gz
ptxdist-5929af0b7f72a4788dcdc347eeb4ca2417f58d67.tar.xz
piglit: PIGLIT_WAYLAND also enable for WAFFLE_WAYLAND
piglit fails to build if it has a indirect dependency on wayland but PIGLIT_WAYLAND is disabled. In this case xkbcommon is not found correctly and linking fails with undefined symbols. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/piglit.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/piglit.in b/rules/piglit.in
index d17c650c2..d554360e0 100644
--- a/rules/piglit.in
+++ b/rules/piglit.in
@@ -30,7 +30,7 @@ if PIGLIT
config PIGLIT_WAYLAND
bool
- default MESALIB_EGL_WAYLAND
+ default MESALIB_EGL_WAYLAND || WAFFLE_WAYLAND
# OpenGL tests need some more dependencies sorted out