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?

_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to