From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20210108101947.2170-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 15 Jan 2021 08:22:17 +0100 Subject: Re: [ptxdist] [APPLIED] configure_helper: ignore new Meson builtin options List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Philipp Zabel Thanks, applied as c9c528a48f9250e365b02b96ac2208466adf5751. Michael [sent from post-receive hook] On Fri, 15 Jan 2021 08:22:17 +0100, Philipp Zabel wrote: > Ignore new Meson builtin options "force_fallback_for" (since 0.55) > and "unity_size" (since 0.54). > > Signed-off-by: Philipp Zabel > Message-Id: <20210108101947.2170-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py > index 1735f9b7d0d5..177b609f0b3b 100755 > --- a/scripts/configure_helper.py > +++ b/scripts/configure_helper.py > @@ -137,6 +137,7 @@ meson_blacklist = [ > "debug", > "default_library", > "errorlogs", > + "force_fallback_for", > "includedir", > "infodir", > "install_umask", > @@ -153,6 +154,7 @@ meson_blacklist = [ > "strip", > "sysconfdir", > "unity", > + "unity_size", > "warning_level", > "werror", > "wrap_mode", _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de