Browse Source

- neutrino.mk: enable pip only for coolstream models

master
vanhofen 6 years ago
parent
commit
cb6ec328bc
  1. 5
      make/neutrino.mk

5
make/neutrino.mk

@ -95,9 +95,9 @@ endif
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
N_CONFIGURE_ADDITIONS = N_CONFIGURE_ADDITIONS =
ifeq ($(BOXSERIES), hd51) ifeq ($(BOXTYPE), coolstream)
N_CONFIGURE_ADDITIONS += \ N_CONFIGURE_ADDITIONS += \
--enable-reschange --enable-pip
endif endif
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@ -154,7 +154,6 @@ $(N_OBJ_DIR)/config.status: $(N_DEPS)
--enable-giflib \ --enable-giflib \
--enable-lua \ --enable-lua \
--enable-mdev \ --enable-mdev \
--enable-pip \
--enable-pugixml \ --enable-pugixml \
\ \
--with-omdb-api-key="$(N_OMDB_API_KEY)" \ --with-omdb-api-key="$(N_OMDB_API_KEY)" \

Loading…
Cancel
Save