mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
use --enable-lcd as configure option
Origin commit data
------------------
Branch: ni/coolstream
Commit: e2b7f4c6c1
Author: TangoCash <eric@loxat.de>
Date: 2022-10-09 (Sun, 09 Oct 2022)
------------------
This commit was generated by Migit
30 lines
342 B
Makefile
30 lines
342 B
Makefile
SUBDIRS = \
|
|
connection \
|
|
libeventserver \
|
|
sectionsdclient \
|
|
timerdclient \
|
|
libconfigfile \
|
|
libmd5sum \
|
|
libnet \
|
|
xmltree \
|
|
jsoncpp \
|
|
libtuxtxt \
|
|
libiw \
|
|
libdvbsub \
|
|
luaclient
|
|
|
|
if ENABLE_UPNP
|
|
SUBDIRS += \
|
|
libupnpclient
|
|
endif
|
|
|
|
if ENABLE_LCD
|
|
SUBDIRS += \
|
|
liblcddisplay
|
|
endif
|
|
|
|
if BOXTYPE_CST
|
|
SUBDIRS += \
|
|
hardware/coolstream
|
|
endif
|