commit:     25d0882661815542432ba2ad21ba5ed2526219a9
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 00:26:12 2015 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 00:28:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d08826

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 ae7ec67..0ae8950 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 ae7ec67..0ae8950 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 )

Reply via email to