Browse Source

- move lcd4linux to neutrino deps

master
vanhofen 4 years ago
parent
commit
4af0426faf
  1. 1
      make/ni.mk
  2. 3
      make/target-neutrino.mk

1
make/ni.mk

@ -31,7 +31,6 @@ ni-image:
$(MAKE) neutrino
make plugins
make fbshot
$(MAKE) lcd4linux
$(MAKE) luacurl
$(MAKE) tzdata
$(MAKE) smartmontools

3
make/target-neutrino.mk

@ -145,6 +145,9 @@ else
endif
endif
NEUTRINO_DEPS += lcd4linux
NEUTRINO_CONF_OPTS += --enable-lcd4linux
# enable ffmpeg audio decoder in neutrino
NEUTRINO_AUDIODEC = ffmpeg

Loading…
Cancel
Save