From 177408cd5aa37c0c7d18047fc7632c44cbf5506f Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 3 Oct 2019 10:13:11 +0200 Subject: wayland: expat is only needed at buildtime It's only needed for wayland-scanner, which is not installed. Signed-off-by: Michael Olbrich --- rules/wayland.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3