GNOME Bugzilla – Bug 677617
Ease cross compilation
Last modified: 2012-08-05 15:42:59 UTC
Created attachment 215839 [details] [review] Patch v1 It is handy to be able to specify which glib-mkenums/genmarshal/etc.. you want to use to ease the cross compilation. Here is a patch to use glib m4 variables.
commit 668acee6b7f0967e841523f78f31152b3cb91302 Author: Lionel Landwerlin <llandwerlin@gmail.com> Date: Thu Jun 7 12:09:55 2012 +0100 gst-glib-gen.mak: use GLIB_GENMARSHAL and GLIB_MKENUMS variables to call glib utils Use the ones we detected. Also makes them overridable, which makes cross-compilation easier. https://bugzilla.gnome.org/show_bug.cgi?id=677617 commit fa9ffbec8e2c0017b19bd8a153a24f1f84eaba82 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Sat Jun 16 20:01:49 2012 +0100 gst-glib.m4: check for glib-mkenums and glib-genmarshal and allow them to be overridden Makes cross-compiling easier. https://bugzilla.gnome.org/show_bug.cgi?id=677620