From aae460f31b9bc675c70bb2b6a2138dffc2e5342c Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 1 Sep 2025 17:07:20 -0500 Subject: [PATCH] debian: Make sure we don't try to build altosdroid Signed-off-by: Keith Packard --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 2a991377..eee788b9 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ configure_flags = \ --with-java-version=8 \ --disable-install-shared-mime-info \ --enable-faketime \ + --without-android \ --disable-multi-arch configure: configure-stamp -- 2.47.3