Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 00:53:28 +0100
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   MESON_ARGS
Message-ID:  <24ab956d-1516-0cf8-3311-03d4b7611281@utanet.at>

next in thread | raw e-mail | index | archive | help
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?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?24ab956d-1516-0cf8-3311-03d4b7611281>