From 266c3f6c3e6edd2a7ae3423a578f749e2b876b4f Mon Sep 17 00:00:00 2001 From: Alex Murray Date: Wed, 13 Nov 2024 16:01:01 +1030 Subject: [PATCH] Fix repeated build with and without pgtk Signed-off-by: Alex Murray --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 61bacca..fa975ee 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -304,8 +304,8 @@ parts: cp src/emacs.pdmp src/emacs-wayland.pdmp # then build without pgtk as well + make maintainer-clean env NOCONFIGURE=1 ./autogen.sh - make distclean ./configure \ --prefix=/snap/emacs/current/usr \ --with-x-toolkit=gtk3 \