mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 19:11:20 +02:00
dev-libs/dbus-glib: Apply Flatcar modifications
This commit is contained in:
parent
f942b28dca
commit
6c5f93d3ba
@ -58,6 +58,9 @@ multilib_src_configure() {
|
|||||||
ECONF_SOURCE="${S}" econf_build
|
ECONF_SOURCE="${S}" econf_build
|
||||||
myconf+=( --with-dbus-binding-tool="$PWD/dbus/dbus-binding-tool" )
|
myconf+=( --with-dbus-binding-tool="$PWD/dbus/dbus-binding-tool" )
|
||||||
cd - || die
|
cd - || die
|
||||||
|
# Flatcar: override glib-genmarshal path
|
||||||
|
local build_pkg_config="$(tc-getBUILD_PROG PKG_CONFIG pkg-config)"
|
||||||
|
myconf+=(GLIB_GENMARSHAL="$("${build_pkg_config}" --variable=glib_genmarshal glib-2.0)")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ECONF_SOURCE="${S}" econf "${myconf[@]}"
|
ECONF_SOURCE="${S}" econf "${myconf[@]}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user