- icons/hourglass: add "animated" hourglass for non-CST hardware

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-10-10 13:10:54 +02:00
committed by Thilo Graf
parent a9ff61b8c8
commit 5349f9446e

View File

@@ -1,5 +1,9 @@
installdir = $(ICONSDIR)
if BOXTYPE_CST
install_DATA = \
hourglass.png
else
install_DATA = \
hourglass0.png \
hourglass1.png \
@@ -8,3 +12,4 @@ install_DATA = \
hourglass4.png \
hourglass5.png \
hourglass6.png
endif