diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-05-17 22:14:51 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-05-20 16:01:45 -0400 |
commit | 04a3486edf82062ddc9dacd30c0bc45101022a72 (patch) | |
tree | d44b63bb4ce6fd6e77ad9adc77ee73400c99cd62 /app-emulation/wine-vanilla/metadata.xml | |
parent | sys-kernel/gentoo-sources: Stabilize 4.9.315 arm, #846575 (diff) | |
download | gentoo-04a3486edf82062ddc9dacd30c0bc45101022a72.tar.gz gentoo-04a3486edf82062ddc9dacd30c0bc45101022a72.tar.bz2 gentoo-04a3486edf82062ddc9dacd30c0bc45101022a72.zip |
app-emulation/wine-vanilla: support building with mingw64-toolchain
This allows USE=mingw to be usable without manually using crossdev
first to ease usage for users and automated testing.
Old behavior using crossdev still available with USE=crossdev-mingw,
albeit new one should offer better stability given mingw64-toolchain
is intended/tested especially to build wine+dxvk+vkd3d-proton.
Given wine is pushing PE conversions and some things work better with
PE files (e.g. Blizzard games, Proton also uses --with-mingw), it may
be useful for the prospect of making this a default at some point.
Note that mingw64-toolchain's ${MULTILIB_USEDEP} does belong in BDEPEND
(unless <EAPI-7), as it'll use cross libraries located in BROOT.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/metadata.xml')
-rw-r--r-- | app-emulation/wine-vanilla/metadata.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/wine-vanilla/metadata.xml b/app-emulation/wine-vanilla/metadata.xml index 8972283b6d89..dcf09b834f72 100644 --- a/app-emulation/wine-vanilla/metadata.xml +++ b/app-emulation/wine-vanilla/metadata.xml @@ -18,6 +18,10 @@ This variant of the Wine packaging does not include external patchsets </longdescription> <use> <flag name="capi">Enable ISDN support via CAPI</flag> + <flag name="crossdev-mingw"> + Use <pkg>sys-devel/crossdev</pkg> for the toolchain rather than + <pkg>dev-util/mingw64-toolchain</pkg> (requires manual setting up) + </flag> <flag name="custom-cflags">Bypass strip-flags; use at your own peril</flag> <flag name="dos">Pull in <pkg>games-emulation/dosbox</pkg> to run DOS applications</flag> <flag name="faudio">Pull in <pkg>app-emulation/faudio</pkg> to provide XAudio2 functionality</flag> |