From ed207dbc1c8d8e4dfef0deaabfb3c875378ffda4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 5 Mar 2017 11:56:50 +0100 Subject: [PATCH] package/wayland: drop non-existing configure option --disable-scanner was removed back in 2015, so drop it. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- package/wayland/wayland.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/wayland/wayland.mk b/package/wayland/wayland.mk index 286871ecf4..11fbce3681 100644 --- a/package/wayland/wayland.mk +++ b/package/wayland/wayland.mk @@ -14,7 +14,7 @@ WAYLAND_DEPENDENCIES = host-pkgconf host-wayland expat libffi libxml2 HOST_WAYLAND_DEPENDENCIES = host-pkgconf host-expat host-libffi host-libxml2 # wayland-scanner is only needed for building, not on the target -WAYLAND_CONF_OPTS = --disable-scanner --with-host-scanner +WAYLAND_CONF_OPTS = --with-host-scanner # Remove the DTD from the target, it's not needed at runtime define WAYLAND_TARGET_CLEANUP -- 2.30.2