mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- rename BOXTYPE_COOL => BOXTYPE_CST
Conflicts: src/driver/Makefile.am Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -521,7 +521,7 @@ AC_SUBST(BOXMODEL)
|
||||
|
||||
AM_CONDITIONAL(BOXTYPE_GENERIC, test "$BOXTYPE" = "generic")
|
||||
AM_CONDITIONAL(BOXTYPE_SPARK, test "$BOXTYPE" = "spark")
|
||||
AM_CONDITIONAL(BOXTYPE_COOL, test "$BOXTYPE" = "coolstream")
|
||||
AM_CONDITIONAL(BOXTYPE_CST, test "$BOXTYPE" = "coolstream")
|
||||
AM_CONDITIONAL(BOXTYPE_ARMBOX, test "$BOXTYPE" = "armbox")
|
||||
AM_CONDITIONAL(BOXTYPE_MIPSBOX, test "$BOXTYPE" = "mipsbox")
|
||||
|
||||
|
@@ -82,7 +82,7 @@ install_DATA = accept.png \
|
||||
x_red.png \
|
||||
zap.png
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
install_DATA += rc_cst_v1.jpg \
|
||||
rc_cst_v2.png \
|
||||
rc_cst_v3.png \
|
||||
|
@@ -18,7 +18,7 @@ SUBDIRS += \
|
||||
libupnpclient
|
||||
endif
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
SUBDIRS += \
|
||||
hardware/coolstream
|
||||
endif
|
||||
|
@@ -152,7 +152,7 @@ neutrino_LDADD += \
|
||||
$(top_builddir)/lib/libupnpclient/libtuxbox-upnpclient.a
|
||||
endif
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
neutrino_LDADD += \
|
||||
$(top_builddir)/lib/hardware/coolstream/libhwcaps.a
|
||||
if ENABLE_LIBCOOLSTREAM_STATIC
|
||||
@@ -211,7 +211,7 @@ neutrino_LDADD += \
|
||||
-L/opt/vc/lib/ -lbcm_host -lvcos -lvchiq_arm -lpthread -lrt
|
||||
endif
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
bin_PROGRAMS += shutdown_helper
|
||||
shutdown_helper_SOURCES = shutdown_helper.c
|
||||
# if BOXMODEL_CS_HD2
|
||||
|
@@ -56,7 +56,7 @@ libneutrino_driver_a_SOURCES += \
|
||||
lcd4l.cpp
|
||||
endif
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
libneutrino_driver_a_SOURCES += \
|
||||
fb_accel_cs_hdx.cpp
|
||||
if BOXMODEL_CST_HD2
|
||||
|
@@ -125,7 +125,7 @@ libneutrino_gui_a_SOURCES += \
|
||||
glcdthemes.cpp
|
||||
endif
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
libneutrino_gui_a_SOURCES += \
|
||||
streaminfo1.cpp
|
||||
else
|
||||
|
Reference in New Issue
Block a user