]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - docs/manual/adding-packages-meson.txt
docs/manual: pass PARALLEL_JOBS to NINJA_OPTS
[coffee/buildroot.git] / docs / manual / adding-packages-meson.txt
index 65a0f6a9622a03964474951c5e6d103c4c95af14..f3b4b30e4861db991db6e1780e17b4bf0497f4fc 100644 (file)
@@ -35,7 +35,7 @@ package. Let's start with an example:
 18:    --buildtype $(if $(BR2_ENABLE_DEBUG),debug,release) \
 19:    --cross-file $(HOST_DIR)/etc/meson/cross-compilation.conf
 20:
-21: FOO_NINJA_OPTS = $(if $(VERBOSE),-v)
+21: FOO_NINJA_OPTS = $(if $(VERBOSE),-v) -j$(PARALLEL_JOBS)
 22:
 23: ifeq ($(BR2_PACKAGE_BAZ),y)
 24: FOO_CONF_OPTS += -Dbaz