Skip to content

Commit

Permalink
dev-libs/wayland: Update for configure flag changes.
Browse files Browse the repository at this point in the history
See upstream commit commit 21f80b89.

Bug: https://bugs.gentoo.org/562258
  • Loading branch information
mattst88 committed Oct 25, 2015
1 parent bc41a42 commit 25d0882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-libs/wayland/wayland-1.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/wayland/wayland-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 25d0882

Please sign in to comment.