summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2013-01-22 21:21:39 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-22 22:25:03 -0800
commit1f3024152c036fe158080beb9fcbe476aa8ae171 (patch)
treeffc1ec5e7779fa21c412fdc6bf921367c09af49d /Makefile
parent714d5e244398d24eb76ba6660dcaf00e3b360750 (diff)
downloadsubsurface-1f3024152c036fe158080beb9fcbe476aa8ae171.tar.gz
Satellite icon diet
[Dirk Hohndel: converted to png and .h] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1610443b4..30e9fedbb 100644
--- a/Makefile
+++ b/Makefile
@@ -250,7 +250,11 @@ statistics.o: statistics.c dive.h display.h divelist.h
gps.o: gps.c dive.h display.h divelist.h
$(CC) $(CFLAGS) $(GTK2CFLAGS) $(GLIB2CFLAGS) $(XML2CFLAGS) $(OSMGPSMAPFLAGS) -c gps.c
-#satellite.h: satellite.png
+# this should work but it doesn't preserve the transparancy - so I manually converted with gimp
+# satellite.png: satellite.svg
+# convert -resize 11x16 -depth 8 satellite.svg satellite.png
+
+# satellite.h: satellite.png
# gdk-pixbuf-csource --struct satellite.png > satellite.h
divelist.o: divelist.c dive.h display.h divelist.h satellite.h