Andi W
Andi W
Checking issue #195 i guess i start understanding the bug: Only the MIT needs to be adapted, not the Apache-2.0 ? The Error message seems to state this - maybe...
I see that you need the MIT License for this file. Is it possible to provide the metainfo.xml under two licenses: MIT for appstream purposes and Apache-2.0 to avoid the...
Thank you for checking. My current setup seems to work: CC0-1.0 Apache-2.0
Thank you for checking the "cc.get_argument_syntax() == 'msvc' ". You are most likely right. If I stumble across this I'll tell you. The _MSC_VER -> _WIN32 change looks good. Thank...
Thank you for the invitation to state a PR. Right now I have the feeling of having already too many projects. Lets see if I find the time …
;-) The point is that there is no switch to turn the test off. (Half a year ago) Or I have not found it. I had to change the meson.build...
Example from other libraries: meson setup . builddir --cross-file ../../cross_file.txt -Dprefix=${PREFIX} \ -Dwin32-backend=true -Dx11-backend=false -Dwayland-backend=false see https://github.com/awarnke/crystal-facet-uml/blob/master/build/win/3rd_party/5_compile_graphics_libraries.sh#L142