mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
src/driver/Makefile.am: slide only for ARMBOX/MIPSBOX
Origin commit data
------------------
Branch: ni/coolstream
Commit: a80c601b9a
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-11-23 (Wed, 23 Nov 2022)
Origin message was:
------------------
- src/driver/Makefile.am: slide only for ARMBOX/MIPSBOX
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -48,7 +48,6 @@ libneutrino_driver_a_SOURCES = \
|
|||||||
screen_max.cpp \
|
screen_max.cpp \
|
||||||
screenshot.cpp \
|
screenshot.cpp \
|
||||||
shutdown_count.cpp \
|
shutdown_count.cpp \
|
||||||
slide.cpp \
|
|
||||||
streamts.cpp \
|
streamts.cpp \
|
||||||
volume.cpp
|
volume.cpp
|
||||||
|
|
||||||
@@ -61,6 +60,16 @@ libneutrino_driver_a_SOURCES += \
|
|||||||
lcd4l.cpp
|
lcd4l.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# slide driver
|
||||||
|
if BOXTYPE_ARMBOX
|
||||||
|
libneutrino_driver_a_SOURCES += \
|
||||||
|
slide.cpp
|
||||||
|
endif
|
||||||
|
if BOXTYPE_MIPSBOX
|
||||||
|
libneutrino_driver_a_SOURCES += \
|
||||||
|
slide.cpp
|
||||||
|
endif
|
||||||
|
|
||||||
# hdmi-cec driver
|
# hdmi-cec driver
|
||||||
if BOXTYPE_ARMBOX
|
if BOXTYPE_ARMBOX
|
||||||
libneutrino_driver_a_SOURCES += \
|
libneutrino_driver_a_SOURCES += \
|
||||||
|
Reference in New Issue
Block a user