# HG changeset patch # User Michael Pavone # Date 1658598847 25200 # Node ID 3a6680e9204aab51891351f42c8b32c6873aea63 # Parent c1800fb99e7830c6358d23a8647cdb258621cd71 xcftools is no longer packaged by Debian/Ubuntu so switched to imagemagick diff -r c1800fb99e78 -r 3a6680e9204a Makefile --- a/Makefile Tue Jul 12 18:40:48 2022 -0700 +++ b/Makefile Sat Jul 23 10:54:07 2022 -0700 @@ -361,7 +361,7 @@ $(CC) $(CFLAGS) -c -o $@ $< %.png : %.xcf - xcf2png $< > $@ + convert -background none -flatten $< $@ %.tiles : %.spec ./img2tiles.py -s $< $@