libaccounts-glib: fix for meson 0.61

This commit is contained in:
Michal Vasilek 2022-03-12 17:07:09 +01:00
parent 1c5efbbf1a
commit 64f2cf1536

View file

@ -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() {