gentoo-ebuilds/app-emulation/dxvk/metadata.xml
Ionen Wolkens 1b8a89d3ab
app-emulation/*: note USE=crossdev-mingw is unsupported
Or mostly anyway, issues would have low priority given primarily
only testing/supporting mingw64-toolchain which would not use
gcc/binutils versions that are known to break its revdeps.

Gives time to upstream(s) to fix issues without any particular
downstream urgency.

Not that it hurts to know when something is wrong, so users
can still report bugs downstream though.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-02-09 11:11:04 -05:00

23 lines
944 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ionen@gentoo.org</email>
<name>Ionen Wolkens</name>
</maintainer>
<use>
<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
and is mostly unsupported, try disabling if have issues)
</flag>
<flag name="d3d8">Enable support for DirectX 8 (d3d8.dll)</flag>
<flag name="d3d9">Enable support for DirectX 9 (d3d9.dll)</flag>
<flag name="d3d10">Enable support for DirectX 10 (d3d10.dll)</flag>
<flag name="d3d11">Enable support for DirectX 11 (d3d11.dll)</flag>
<flag name="dxgi">Enable support for the DirectX Graphics Infrastructure (dxgi.dll)</flag>
</use>
<upstream>
<remote-id type="github">doitsujin/dxvk</remote-id>
</upstream>
</pkgmetadata>