Skip to content

buildsys: use variable for glib-genmarshal

Yann E. MORIN requested to merge (removed):yem/glib-genmarshal into master

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

Merge request reports