Skip to content

Commit

Permalink
Fix repeated build with and without pgtk
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Murray <murray.alex@gmail.com>
  • Loading branch information
alexmurray committed Nov 13, 2024
1 parent 75481e9 commit 266c3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 266c3f6

Please sign in to comment.