move data/lcd4l => data/logos

Origin commit data
------------------
Branch: ni/coolstream
Commit: b5a1974dd4
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-01 (Mon, 01 Jan 2024)

Origin message was:
------------------
- move data/lcd4l => data/logos

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2024-01-01 20:14:35 +01:00
parent b5c1f2768f
commit 78a9dd6887
7 changed files with 15 additions and 14 deletions

View File

@@ -575,7 +575,7 @@ data/iso-codes/Makefile
data/lcd/Makefile
data/lcd/clock/Makefile
data/lcd/icons/Makefile
data/lcd4l/Makefile
data/logos/Makefile
data/license/Makefile
data/locale/Makefile
data/luaplugins/Makefile

View File

@@ -8,6 +8,7 @@ SUBDIRS = \
iso-codes \
license \
locale \
logos \
pictures \
policy \
scripts \
@@ -23,11 +24,6 @@ SUBDIRS += \
luaplugins
endif
if ENABLE_LCD4LINUX
SUBDIRS += \
lcd4l
endif
if ENABLE_GRAPHLCD
SUBDIRS += \
oled

View File

@@ -11,6 +11,3 @@ SUBDIRS = \
status \
various \
weather
install-data-hook:
$(INSTALL) -d $(DESTDIR)/$(ICONSDIR)/logo

View File

@@ -1,5 +0,0 @@
installdir = $(ICONSDIR)/logo
install_DATA = \
Moviebrowser.png \
Movieplayer.png

13
data/logos/Makefile.am Normal file
View File

@@ -0,0 +1,13 @@
installdir = $(LOGODIR)
install_DATA =
if ENABLE_LCD4LINUX
install_DATA += \
Moviebrowser.png \
Movieplayer.png
endif
# ensure LOGODIR
install-data-hook:
$(INSTALL) -d $(DESTDIR)/$(LOGODIR)

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB