MESON_ARGS

Walter Schwarzenfeld w.schwarzenfeld at utanet.at
Mon Feb 19 23:53:38 UTC 2018


The only way to pass more than one argument from the Makefile to meson I 
got working is e.g:

CONFIGURE_ARGS= -Drpm=false
CONFIGURE_ARGS+=        -Dstemmer=false
CONFIGURE_ARGS+=        -Dintrospection=false

One arg in per row and in the order as in the meson_options.txt.

The "normal" way to break the line with a backslash does not work.

Is there another way (accept to patch meson_options.txt and meson.build)?

It is not very handy.

Can anyone tell me the right syntax?



More information about the freebsd-ports mailing list