gstreamer1: needs host glib-mkenums for cross builds.
This commit is contained in:
parent
b78ceafb69
commit
95ceec50f8
|
@ -23,7 +23,7 @@ desc_option_gir="Enable support for building gobject introspection data"
|
|||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
else
|
||||
hostmakedepends+=" automake gettext-devel libtool"
|
||||
hostmakedepends+=" automake gettext-devel libtool glib-devel"
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue