mpd-mpc: pass PARALLEL_JOBS to NINJA_OPTS

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Jörg Krause 2018-03-14 21:18:37 +01:00 committed by Peter Korsgaard
parent 20994334a0
commit 12262ab50d

View file

@ -17,7 +17,7 @@ MPD_MPC_CONF_OPTS += \
--buildtype $(if $(BR2_ENABLE_DEBUG),debug,release) \
--cross-file $(HOST_DIR)/etc/meson/cross-compilation.conf
MPD_MPC_NINJA_OPTS = $(if $(VERBOSE),-v)
MPD_MPC_NINJA_OPTS = $(if $(VERBOSE),-v) -j$(PARALLEL_JOBS)
define MPD_MPC_CONFIGURE_CMDS
rm -rf $(@D)/build