scripts/fedora-mingw.ini

Tue, 26 Nov 2024 00:03:40 -0600

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Tue, 26 Nov 2024 00:03:40 -0600
changeset 43092
886b982d5d85
permissions
-rw-r--r--

Add a Fedora MinGW cross build file, and required subprojects

You can build this with:
`meson setup --cross-file /usr/share/mingw/toolchain-ming64.meson --cross-file scripts/fedora-mingw.ini`

This doesn't have the third-party subproject flag that we discussed yet.

Testing Done:
Compiled with above setup, and ran tests (which are not yet passing.)

Reviewed at https://reviews.imfreedom.org/r/3683/

; use with /usr/share/mingw/toolchain-mingw64.meson
[binaries]
exe_wrapper = 'wine64'

[project options]
introspection = false

[appstream:project options]
apidocs = false
docs = false

[birb:project options]
doc = false
introspection = false

[gplugin:project options]
doc = false
help2man = false
introspection = false
lua = false
python3 = false
vapi = false

[hasl:project options]
doc = false
introspection = false

[ibis:project options]
doc = false
introspection = false

[libadwaita-1:project options]
introspection = 'disabled'
tests = false

[libsoup-3.0:project options]
introspection = 'disabled'
tests = false
tls_check = false

[myna:project options]
doc = false
introspection = false

[xeme:project options]
doc = false
introspection = false

mercurial