summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-10-03 10:13:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-10-03 18:48:11 +0200
commit177408cd5aa37c0c7d18047fc7632c44cbf5506f (patch)
treec1295f19b843404156b5a0b34a0aa90bee130be1
parent248b5ba901475e764779e481f37d55fee8c998d7 (diff)
downloadptxdist-177408cd5aa37c0c7d18047fc7632c44cbf5506f.tar.gz
ptxdist-177408cd5aa37c0c7d18047fc7632c44cbf5506f.tar.xz
wayland: expat is only needed at buildtime
It's only needed for wayland-scanner, which is not installed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/wayland.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/wayland.in b/rules/wayland.in
index b79806909..049380d4a 100644
--- a/rules/wayland.in
+++ b/rules/wayland.in
@@ -6,7 +6,7 @@ config WAYLAND
select LIBC_M
select LIBC_RT
select LIBFFI
- select EXPAT
+ select EXPAT if BUILDTIME
prompt "wayland"
help
Wayland compositor infrastructure client and server libraries.