summaryrefslogtreecommitdiffstats
path: root/package/wayland
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-03-05 11:56:50 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-05 16:34:13 +0100
commited207dbc1c8d8e4dfef0deaabfb3c875378ffda4 (patch)
treee291b6ccf516aa91021709463290939526a6907f /package/wayland
parent8498c45e6339c8f930f5922d1dd0857bd1eb4274 (diff)
downloadbuildroot-ed207dbc1c8d8e4dfef0deaabfb3c875378ffda4.tar.gz
buildroot-ed207dbc1c8d8e4dfef0deaabfb3c875378ffda4.zip
package/wayland: drop non-existing configure option
--disable-scanner was removed back in 2015, so drop it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wayland')
-rw-r--r--package/wayland/wayland.mk2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud