mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +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:
@@ -575,7 +575,7 @@ data/iso-codes/Makefile
|
|||||||
data/lcd/Makefile
|
data/lcd/Makefile
|
||||||
data/lcd/clock/Makefile
|
data/lcd/clock/Makefile
|
||||||
data/lcd/icons/Makefile
|
data/lcd/icons/Makefile
|
||||||
data/lcd4l/Makefile
|
data/logos/Makefile
|
||||||
data/license/Makefile
|
data/license/Makefile
|
||||||
data/locale/Makefile
|
data/locale/Makefile
|
||||||
data/luaplugins/Makefile
|
data/luaplugins/Makefile
|
||||||
|
@@ -8,6 +8,7 @@ SUBDIRS = \
|
|||||||
iso-codes \
|
iso-codes \
|
||||||
license \
|
license \
|
||||||
locale \
|
locale \
|
||||||
|
logos \
|
||||||
pictures \
|
pictures \
|
||||||
policy \
|
policy \
|
||||||
scripts \
|
scripts \
|
||||||
@@ -23,11 +24,6 @@ SUBDIRS += \
|
|||||||
luaplugins
|
luaplugins
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ENABLE_LCD4LINUX
|
|
||||||
SUBDIRS += \
|
|
||||||
lcd4l
|
|
||||||
endif
|
|
||||||
|
|
||||||
if ENABLE_GRAPHLCD
|
if ENABLE_GRAPHLCD
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
oled
|
oled
|
||||||
|
@@ -11,6 +11,3 @@ SUBDIRS = \
|
|||||||
status \
|
status \
|
||||||
various \
|
various \
|
||||||
weather
|
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