mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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
|
||||
|
@@ -11,6 +11,3 @@ SUBDIRS = \
|
||||
status \
|
||||
various \
|
||||
weather
|
||||
|
||||
install-data-hook:
|
||||
$(INSTALL) -d $(DESTDIR)/$(ICONSDIR)/logo
|
||||
|
@@ -1,5 +0,0 @@
|
||||
installdir = $(ICONSDIR)/logo
|
||||
|
||||
install_DATA = \
|
||||
Moviebrowser.png \
|
||||
Movieplayer.png
|
13
data/logos/Makefile.am
Normal file
13
data/logos/Makefile.am
Normal 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)
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user