yweb: install only box specific remote control pictures

Origin commit data
------------------
Branch: ni/coolstream
Commit: ffe260d353
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- yweb: install only box specific remote control pictures

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
gixxpunk
2017-11-03 11:50:38 +01:00
parent c0619ad552
commit e0c806d4c8

View File

@@ -48,16 +48,8 @@ install_DATA = accept.png \
popup.png \
properties.png \
radio.png \
rc_ax_hd51.png \
rc_cst_v1.jpg \
rc_cst_v2.png \
rc_cst_v3.png \
rc_cst_v4.png \
rc_cst_v5.png \
rc_cst_v6.png \
rc_dbox_nokia_old.png \
rc_dbox_philips.png \
rc_mutant_hd51.png \
record.png \
reload.png \
remove.png \
@@ -90,6 +82,20 @@ install_DATA = accept.png \
x_red.png \
zap.png
if BOXTYPE_COOL
install_DATA += rc_cst_v1.jpg \
rc_cst_v2.png \
rc_cst_v3.png \
rc_cst_v4.png \
rc_cst_v5.png \
rc_cst_v6.png
endif
if BOXTYPE_ARMBOX
install_DATA += rc_ax_hd51.png \
rc_mutant_hd51.png
endif
# file manager
install_DATA += chmod.png \
copy.gif \