diff options
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/wayland-1.9.0.ebuild | 2 | ||||
-rw-r--r-- | 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 ) |