gnome-online-accounts: fix cross tpaw include path
This commit is contained in:
parent
19a23a3460
commit
4388d5fc29
1 changed files with 6 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue