From 25d0882661815542432ba2ad21ba5ed2526219a9 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 24 Oct 2015 17:26:12 -0700 Subject: dev-libs/wayland: Update for configure flag changes. See upstream commit commit 21f80b89. Bug: https://bugs.gentoo.org/562258 --- dev-libs/wayland/wayland-1.9.0.ebuild | 2 +- dev-libs/wayland/wayland-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/wayland/wayland-1.9.0.ebuild b/dev-libs/wayland/wayland-1.9.0.ebuild index ae7ec6702a98..0ae8950bf7db 100644 --- a/dev-libs/wayland/wayland-1.9.0.ebuild +++ b/dev-libs/wayland/wayland-1.9.0.ebuild @@ -45,7 +45,7 @@ src_configure() { $(use_enable doc documentation) ) if tc-is-cross-compiler ; then - myeconfargs+=( --disable-scanner ) + myeconfargs+=( --with-host-scanner ) fi if ! multilib_is_native_abi; then myeconfargs+=( --disable-documentation ) diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild index ae7ec6702a98..0ae8950bf7db 100644 --- a/dev-libs/wayland/wayland-9999.ebuild +++ b/dev-libs/wayland/wayland-9999.ebuild @@ -45,7 +45,7 @@ src_configure() { $(use_enable doc documentation) ) if tc-is-cross-compiler ; then - myeconfargs+=( --disable-scanner ) + myeconfargs+=( --with-host-scanner ) fi if ! multilib_is_native_abi; then myeconfargs+=( --disable-documentation ) -- cgit v1.2.3-65-gdbad