- build the PE format modules with the MingW cross compiler.
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=686
This commit is contained in:
parent
51a6486515
commit
47a27b0c9c
@ -7,6 +7,7 @@ Wed Jan 22 06:53:38 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
||||
- XAudio2 reimplementation.
|
||||
- Vulkan 1.1 support.
|
||||
- update staging to 5.0 release
|
||||
- build the PE format modules with the MingW cross compiler.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 10:22:06 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
||||
|
@ -92,6 +92,12 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: sane-backends-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: valgrind-devel
|
||||
%ifarch x86_64
|
||||
BuildRequires: mingw64-cross-gcc
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
BuildRequires: mingw32-cross-gcc
|
||||
%endif
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glu)
|
||||
|
Loading…
Reference in New Issue
Block a user