libaccounts-glib: fix for meson 0.61
This commit is contained in:
parent
1c5efbbf1a
commit
64f2cf1536
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ checksum=eebb1c6debfcf929efb388a0f28d8cc8ec9b32f273e4abe4224a33e5d299cd73
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
# Remove docs. During install of package, it will try
|
||||
# to run target binary with host, which causes exec error
|
||||
pre_build() {
|
||||
vsed -e '/docs/d' -i meson.build
|
||||
}
|
||||
post_patch() {
|
||||
vsed -e '/docs/d' -i meson.build
|
||||
}
|
||||
fi
|
||||
|
||||
libaccounts-glib-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue