All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rhys Kidd <rhyskidd@gmail.com>
To: intel-gfx@lists.freedesktop.org
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: [PATCH i-g-t] meson: Bump required version to 0.44.0
Date: Sun, 24 Dec 2017 22:49:11 +0800	[thread overview]
Message-ID: <20171224144911.29064-1-rhyskidd@gmail.com> (raw)

warning() needs that, which was introduced in a 865a47ca failure path.

Otherwise we get error messages on that failure path like:
  ...
  Program leg found: NO

  Meson encountered an error in file overlay/meson.build, line 62, column 1:
  Unknown function "warning".
  FAILED: build.ninja
  ...

Fixes: 865a47ca ("overlay: parse tracepoints from sysfs to figure out fields' location")
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 0950d3c7..20064ae1 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project('IGT gpu tests', 'c',
           'c_std=gnu99',
         ],
 	license : 'MIT',
-	meson_version : '>0.40.0')
+	meson_version : '>=0.44.0')
 
 cc = meson.get_compiler('c')
 
-- 
2.14.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2017-12-24 14:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-24 14:49 Rhys Kidd [this message]
2017-12-24 15:06 ` ✓ Fi.CI.BAT: success for meson: Bump required version to 0.44.0 Patchwork
2017-12-24 16:02 ` ✓ Fi.CI.IGT: " Patchwork
2017-12-26 23:29 ` [PATCH i-g-t] " Lucas De Marchi
2018-01-04 10:02   ` Petri Latvala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171224144911.29064-1-rhyskidd@gmail.com \
    --to=rhyskidd@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.