Skip to content

Commit

Permalink
media-gfx/imv: ebuild enhancements on 4.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Feb 16, 2021
1 parent 9619b65 commit 4ebb38a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions media-gfx/imv/imv-4.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ src_prepare() {
}

src_configure() {
local WINDOWS=all
use X || WINDOWS=wayland
use wayland || WINDOWS=x11
local windows=all
use X || windows=wayland
use wayland || windows=x11

local emesonargs=(
$(meson_feature freeimage)
Expand All @@ -80,7 +80,7 @@ src_configure() {
$(meson_feature svg librsvg)
$(meson_feature test)
$(meson_feature tiff libtiff)
-Dwindows=$WINDOWS
-Dwindows=${windows}
)
meson_src_configure
}

0 comments on commit 4ebb38a

Please sign in to comment.