gnome-online-accounts: fix cross tpaw include path

This commit is contained in:
Jürgen Buchmüller 2017-01-03 16:14:03 +01:00
parent 19a23a3460
commit 4388d5fc29

View File

@ -26,7 +26,12 @@ fi
pre_configure() {
autoreconf -if
export CFLAGS+=" -I$PWD/telepathy-account-widgets"
}
post_configure() {
# Fixup include path for telepathy-account-widgets
find -name Makefile -exec sed -i "{}" \
-e "s;-I.*/telepathy-account-widgets;-I${wrksrc}/telepathy-account-widgets;g" \;
}
gnome-online-accounts-devel_package() {