Xavier Claessens

Results 16 issues of Xavier Claessens

`depends` and `depend_files` are basically the same thing, they are dependencies that triggers a rebuild of the custom target when changed. There is a small difference that `depends` are also...

It should use the native qt dependency, and search names in overrides and machine files before qt_dep.bindir.

The pkg-config binary could come from meson.override_find_program(), or machine file. In those case we need PKG_CONFIG env for external tools to find it.

It was not always using the pkg-config file.

gnome
gstreamer
module:gnome

It is much less error prone because Meson can detect dependencies automatically. As bonus Meson will also generate the opus-uninstalled.pc file.

I'm trying to add Opus to Meson's WrapDB, but it fails the clang-cl CI: ``` FAILED: subprojects/opus-1.4/silk/libsilk_sse4_1.a.p/x86_NSQ_sse4_1.c.obj "clang-cl" "-Isubprojects\opus-1.4\silk\libsilk_sse4_1.a.p" "-Isubprojects\opus-1.4\silk" "-I..\subprojects\opus-1.4\silk" "-Isubprojects\opus-1.4" "-I..\subprojects\opus-1.4" "-Isubprojects\opus-1.4\include" "-I..\subprojects\opus-1.4\include" "-Isubprojects\opus-1.4\celt" "-I..\subprojects\opus-1.4\celt" "-I..\subprojects\opus-1.4\silk\float" "-I..\subprojects\opus-1.4\silk\fixed" "/MDd"...

For context on the warning: https://mesonbuild.com/Release-notes-for-0-46-0.html#recursively-extract-objects

rustc updates are usually incompatible and requires recompiling of all targets. This adds the compiler exe as dependency of every rust ninja targets. Also try to resolve the real rustc...

language:rust

This adds a python parser for pkg-config files and use it in PkgConfigDependency when MESON_PKG_CONFIG is set in env. Note that this also add a command line `meson pkgconfig` that...

I used bindinate to generate binding for TelepathyGlib, but when building the generated binding, configure fails because it require gtk-sharp-3.0. Since libtelepathy-glib does not depend on GTK, I don't think...