From patchwork Thu Sep 24 07:19:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9777 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 655ADC3B5C for ; Thu, 24 Sep 2020 07:19:46 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 2E6F862FF5; Thu, 24 Sep 2020 09:19:46 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="lmUQZSh7"; dkim-atps=neutral Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 7A4DA62FD8 for ; Thu, 24 Sep 2020 09:19:45 +0200 (CEST) Received: by mail-wm1-x336.google.com with SMTP id e17so2421764wme.0 for ; Thu, 24 Sep 2020 00:19:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=qBe5ExSm29UYMBi7Y4Qo4qS0t16/4w7OSLdt/V6XdmE=; b=lmUQZSh7IRq0zm6Y1i352EnMD0PmwkkoYzdKyI1kn7xcWos25DrXZFKLVUYXC3eKaB bLlh05kihwIp+aw1Oijz/XgxDCSE97OadAjIoiQiPay6nd8CjZp758hX0ikgBDGea+RL uuluwDrJCmAhRuPmxqV4NoXLMAXiZVLt3Aq0Cu/PdGREKqy/N6RTV5dMIm45UMYfHAaB QDIO+f+wNK2XScUWvpSrNm2GXP9lLntjO03P2hPLJvJYO6ZdSPIodV9VE3erugr/GK9Q g3Qf4UvEiAVPPZ23btGmdS2jYywOHbWaKZHMMzJGjMAKRq7r/3pNW/2+4dfsjiz37agS VzLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=qBe5ExSm29UYMBi7Y4Qo4qS0t16/4w7OSLdt/V6XdmE=; b=sucFU3SLgYMmA/rSE+abZZqkCcWG/GzK43JO9fAV9olK0ZJ+teMv4/4ovijOJ1sDcg JoYIIPc/4C98Azj9cNn+rx9ys9oNF3oNT6ok9REVHDuguHGMuNnSl7uIizwkRxvROJBn 9bYP8PL718xa796ZmRXukLpD0YuvKTLAmu/SHNhaVsK3ea32aDefZ3vAHGeWq/6nbBio Gi8/9U082yTCDnEFsjwDvdaN48cRRYG3MqpM9SS7otibESN9cakTBzpde+dpuR3QWE2+ oHtFZj3m00jL9SCIBjjctuKjEYAOgFV4lclSK/DTKg+PzceqNFjme4KbA11y1vOOWe6M 6rlw== X-Gm-Message-State: AOAM533r8atg5RqDf6vHfgjcNtVt+ztQwYGMmFm+srEYXRy5cswFBcLO xJCkzUs+cy44Dcjrw/5bdYHhVavc4lo/Tg== X-Google-Smtp-Source: ABdhPJypZjrTon+uxSw/6hxOUqe8tsU89pTLkRAnerO7JzqFckEByU3YpzBJh9SDwlzjAA2/8rZdQA== X-Received: by 2002:a1c:df44:: with SMTP id w65mr2974226wmg.99.1600931984609; Thu, 24 Sep 2020 00:19:44 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id z9sm2275393wmg.46.2020.09.24.00.19.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Sep 2020 00:19:42 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org, Kieran Bingham , Laurent Pinchart Date: Thu, 24 Sep 2020 09:19:21 +0200 Message-Id: <20200924071922.231063-11-ricardo@ribalda.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200924071922.231063-1-ricardo@ribalda.com> References: <20200924071922.231063-1-ricardo@ribalda.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 10/11] meson: Bump meson version to 0.51 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Version 0.51 allows, among others, checking for python modules, which is a required feature. It is also now easily accessible: it is in stable distros such as Debian testing, or in pip: https://tracker.debian.org/pkg/meson https://pypi.org/project/meson/ Suggested-by: Laurent Pinchart Signed-off-by: Ricardo Ribalda Reviewed-by: Laurent Pinchart --- README.rst | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a4f3233..1ffff0a 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,7 @@ A C++ toolchain: [required] Either {g++, clang} Meson Build system: [required] - meson (>= 0.47) ninja-build pkg-config + meson (>= 0.51) ninja-build pkg-config If your distribution doesn't provide a recent enough version of meson, you can install or upgrade it using pip3. diff --git a/meson.build b/meson.build index 992281c..20ac625 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: CC0-1.0 project('libcamera', 'c', 'cpp', - meson_version : '>= 0.47', + meson_version : '>= 0.51', version : '0.0.0', default_options : [ 'werror=true',