public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] meson: Remove invalid required argument
@ 2019-05-20  9:39 Petri Latvala
  2019-05-20 10:02 ` Ser, Simon
  2019-05-20 10:31 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Petri Latvala @ 2019-05-20  9:39 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

declare_dependency doesn't take a 'required' argument.

meson.build:207: WARNING: Passed invalid keyword argument "required".
WARNING: This will become a hard error in the future.

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Simon Ser <simon.ser@intel.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index a05e912c..2af08f9a 100644
--- a/meson.build
+++ b/meson.build
@@ -210,7 +210,7 @@ if _build_chamelium
 		xmlrpc_client,
 		gsl,
 		alsa,
-	], required : _chamelium_required)
+	])
 	if xmlrpc.found() and xmlrpc_util.found() and xmlrpc_client.found() and gsl.found() and alsa.found() and libcurl.found()
 		config.set('HAVE_CHAMELIUM', 1)
 		chameliuminfo = 'Yes'
-- 
2.19.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-20 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-20  9:39 [igt-dev] [PATCH i-g-t] meson: Remove invalid required argument Petri Latvala
2019-05-20 10:02 ` Ser, Simon
2019-05-20 10:31 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2019-05-20 10:36   ` Petri Latvala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox