Skip to content

Commit

Permalink
snapcraft.yaml: switch autoconf to automake
Browse files Browse the repository at this point in the history
automake requires autoconf, and most systems using autotools require both

Signed-off-by: Dilyn Corner <[email protected]>
  • Loading branch information
dilyn-corner authored and benfrancis committed Oct 9, 2024
1 parent 27a0cce commit f1b7a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1b7a92

Please sign in to comment.