From patchwork Fri Jan 12 19:57:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dylan Baker X-Patchwork-Id: 10162261 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A7C97602A7 for ; Sat, 13 Jan 2018 16:33:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 989F928AA9 for ; Sat, 13 Jan 2018 16:33:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8D95F28AE1; Sat, 13 Jan 2018 16:33:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.3 required=2.0 tests=BAYES_00, DATE_IN_PAST_12_24, DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, URIBL_BLACK autolearn=no version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5F93D28AA9 for ; Sat, 13 Jan 2018 16:33:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BAE8B6E5BA; Sat, 13 Jan 2018 16:32:56 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by gabe.freedesktop.org (Postfix) with ESMTPS id B1D996E5B6; Sat, 13 Jan 2018 16:32:55 +0000 (UTC) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id C65C1209F3; Sat, 13 Jan 2018 11:23:05 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute3.internal (MEProxy); Sat, 13 Jan 2018 11:23:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pnwbakers.com; h=cc:date:from:in-reply-to:in-reply-to:message-id:references :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=tsgj8qwgrJWyTSqsy8ASw6pDkMYbJTYLoPsrYvTq278=; b=w6rtz jO4uOtA0q9CGbnxUIOf4nSv9yZb024pQ7eGXTR7gOCuxeU4c7vBGWMMwOdvo1RKl ksZBXfskcC0pe5XiQqN4T6KhphQk74cH2EYZjsZAtcVGGPrhhumgobwl1RIPIo+Y k7OYeBVc65imH0hBPAXgDU4Y8ZWmqXhMVYyys0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:in-reply-to :message-id:references:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=tsgj8qwgrJWyTSqsy8ASw6pDkMYbJ TYLoPsrYvTq278=; b=GV7Tq8CZ9InwsR2PNq7x+PQRNBbu2ufkldz/M1UzJ5C9s BxyanY0FnkHeVb4GbtScG9LTIUB/0cp9aiO6rxIBOEcZs5scePORFHn0P6Su6XLX b1chddx/fN/UUUijj1q6cxkXNNeXSasFsaI1MMV40+Z/IG+oQ4haNxlKX/K7KbBc b17quK1IeyhifEHx9hFW7dKxdA8fezg6q7Erb/B5T3sgBIqtidEayLJD8Au0nh1J bvK45gO8kPkbgH6f9EE6lwNuCeSBCcApASeslWVr5AyxyUcTj18yyqkrVZ4ZJiB1 D0PMX6DCtiACc8IsZCBs8Wk5qilAwgdcflGW8hPuw== X-ME-Sender: Received: from localhost (static-50-53-21-151.bvtn.or.frontiernet.net [50.53.21.151]) by mail.messagingengine.com (Postfix) with ESMTPA id 550D824235; Sat, 13 Jan 2018 11:23:05 -0500 (EST) From: Dylan Baker To: dri-devel@lists.freedesktop.org, mesa-dev@lists.freedesktop.org Subject: [PATCH 2/2] meson: set the minimum version correctly Date: Fri, 12 Jan 2018 11:57:36 -0800 Message-Id: X-Mailer: git-send-email 2.15.1 In-Reply-To: References: In-Reply-To: References: Cc: Dylan Baker X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Currently we ask for 0.42, but we actually require 0.43 because we pass file objects as arguments to tests. If someone needs version 0.42 it wouldn't be hard, just a lot of replacing files() with strings. Signed-off-by: Dylan Baker --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0556608..d7a50cf 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( ['c'], version : '2.4.89', license : 'MIT', - meson_version : '>= 0.42', + meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], )