gnome-online-accounts: fix cross tpaw include path
This commit is contained in:
parent
19a23a3460
commit
4388d5fc29
|
@ -26,7 +26,12 @@ fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -if
|
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() {
|
gnome-online-accounts-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user