From efb774bbda73ed89a97501e1d6b13d1fbd0261ef Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 26 Dec 2018 09:52:28 +0100 Subject: package/pkg-meson: allow meson packages to specify custom build rules Some packages may want to build only specific targets, instead of the default. So, allow them to provide FOO_NINJA_OPTS (not really options, but we just mimicked the naming we already have for autotools packages). Update the manual accordingly. Signed-off-by: "Yann E. MORIN" Cc: Eric Le Bihan Cc: James Hilliard Signed-off-by: Thomas Petazzoni --- docs/manual/adding-packages-meson.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/manual/adding-packages-meson.txt b/docs/manual/adding-packages-meson.txt index c52fe10506..549319b192 100644 --- a/docs/manual/adding-packages-meson.txt +++ b/docs/manual/adding-packages-meson.txt @@ -94,3 +94,6 @@ will therefore only use a few of them. * +FOO_NINJA_ENV+, to specify additional environment variables to pass to +ninja+, meson companion tool in charge of the build operations. By default, empty. + +* +FOO_NINJA_OPTS+, to specify a space-separated list of targets to build. By + default, empty, to build the default target(s). -- cgit v1.2.3