Date: Saturday, March 25, 2023 @ 22:54:36
Author: heftig
Revision: 472017
minor
Modified:
tracker3/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-25 22:54:02 UTC (rev 472016)
+++ PKGBUILD 2023-03-25 22:54:36 UTC (rev 472017)
@@ -56,7 +56,11 @@
}
build() {
- arch-meson tracker build -D tests_tap_protocol=true
+ local meson_options=(
+ -D tests_tap_protocol=true
+ )
+
+ arch-meson tracker-miners build "${meson_options[@]}"
meson compile -C build
}