From f1b7a92cf24841935f07df96354c000c9320aeaa Mon Sep 17 00:00:00 2001 From: Dilyn Corner Date: Tue, 8 Oct 2024 16:20:53 -0400 Subject: [PATCH] snapcraft.yaml: switch autoconf to automake automake requires autoconf, and most systems using autotools require both Signed-off-by: Dilyn Corner --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c5db9a09a..cd42cc14d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -34,7 +34,7 @@ parts: - NODE_ENV: "dev" - CPPFLAGS: "$CPPFLAGS -DPNG_ARM_NEON_OPT=0" build-packages: - - autoconf + - automake - build-essential - libbluetooth-dev - libboost-python-dev