gstreamer1: needs host glib-mkenums for cross builds.

This commit is contained in:
Juan RP 2014-01-03 19:00:30 +01:00
parent b78ceafb69
commit 95ceec50f8

View file

@ -23,7 +23,7 @@ desc_option_gir="Enable support for building gobject introspection data"
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir" build_options_default="gir"
else else
hostmakedepends+=" automake gettext-devel libtool" hostmakedepends+=" automake gettext-devel libtool glib-devel"
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }