gstreamer1: needs host glib-mkenums for cross builds.
This commit is contained in:
parent
b78ceafb69
commit
95ceec50f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue