glib-2.0_2.24.1: fix `error: Could not find a glib-genmarshal in your PATH`
This commit partially reverts 1e4c8a [1].
Commit 1e4c8a removed `glib-2.0-native` from `DEPENDS`. Unfortunately `configure()` fails for me for minimal distributions with the following error. (It works for `angstrom-2008.1` though.)
error: Could not find a glib-genmarshal in your PATH
Adding `glib-2.0-native` back to `DEPENDS` fixes the build error for me.
[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=
1e4c8ab77532c76ad041ab3b50d3e18bfc352080
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
CC: Florian Boor <florian.boor@kernelconcepts.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>