Skip to content

Commit

Permalink
app-emulation/virt-viwer: Fix spice and vnc meson features.
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Sokolov <sklv_gentoo@protonmail.com>
  • Loading branch information
sklv committed Jul 16, 2021
1 parent 7e3eece commit 4a76a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-emulation/virt-viewer/virt-viewer-10.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ REQUIRED_USE="|| ( spice vnc )"
src_configure() {
local emesonargs=(
$(meson_feature libvirt libvirt)
$(meson_feature vnc gtk-vnc)
$(meson_feature spice spice-gtk)
$(meson_feature vnc vnc)
$(meson_feature spice spice)
)
meson_src_configure
}
Expand Down

0 comments on commit 4a76a04

Please sign in to comment.