此合并请求的源项目已被删除。
buildsys: use variable for glib-genmarshal
When doing cross-compilation, the path returned by pkg-config for glib-genmarshal can be incorrect (because it is the runtime path, not the build-time path).
Rather than hard-code calls to @GLIB_GENMARSHAL@, let's use the variable $(GLIB_GENMARSHAL) instead, as it is substituted with autoconf's AC_SUBST(GLIB_GENMARSHAL).
Signed-off-by: "Yann E. MORIN" yann.morin.1998@free.fr