From patchwork Tue Sep 15 22:30:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrian Perez de Castro X-Patchwork-Id: 1364700 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=igalia.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.a=rsa-sha256 header.s=20170329 header.b=s2fMFCQu; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BrdJ60hgLz9sTN for ; Wed, 16 Sep 2020 08:31:50 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 762AB22D24; Tue, 15 Sep 2020 22:31:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FSa6eypT2jQn; Tue, 15 Sep 2020 22:31:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 922EB22EE7; Tue, 15 Sep 2020 22:31:30 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 4A1221BF57C for ; Tue, 15 Sep 2020 22:31:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 43F98867B9 for ; Tue, 15 Sep 2020 22:31:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mc_QlrUkjt_k for ; Tue, 15 Sep 2020 22:31:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from fanzine.igalia.com (fanzine.igalia.com [178.60.130.6]) by fraxinus.osuosl.org (Postfix) with ESMTPS id AB3B986546 for ; Tue, 15 Sep 2020 22:31:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=X1+f2Zxi5gmVmRni2RjIVk5XLpIaJcX8Qk2ZZtg+gdw=; b=s2fMFCQuKB1xXWt80FfLOjho8IhAp0hRu1VejMcEHn3j1i2my1oMG2yyRZr4eqeLrEk5SswxREEuf5ud+lyGFUXA96eFZ8hlq+mZBB9KERbZKJ3ZIkRDYR6I9qAsag6Tf6XtseGBYZ7DLxwjX14+vch4ZUIKQrvEOWeT1970DrIesxcNlOtmmPcE6l8Qf8SBNTVY69qsUmm0ojVNB//u9X3pDlXxpU2utcwpw6yz+zg7Kg4JRZjVI8S4DkQxQEcRdfCmmfoEb76yVzICp/EvUcUNAt2goiRY/PsU3zyYNB7lnjNudTffPEGCS++RUKICoHb3hr2lJo8Nv5sUwSnwUA==; Received: from 82-181-217-9.bb.dnainternet.fi ([82.181.217.9] helo=kodama) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1kIJTn-0002l4-VO; Wed, 16 Sep 2020 00:31:16 +0200 Received: from localhost (kodama [local]) by kodama (OpenSMTPD) with ESMTPA id 29864b6b; Tue, 15 Sep 2020 22:30:53 +0000 (UTC) From: Adrian Perez de Castro To: buildroot@buildroot.org Date: Wed, 16 Sep 2020 01:30:51 +0300 Message-Id: <20200915223053.3090447-5-aperez@igalia.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200915223053.3090447-1-aperez@igalia.com> References: <20200915223053.3090447-1-aperez@igalia.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 4/6] package/wpebackend-fdo: switch over to Meson X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Adrian Perez de Castro Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The CMake based build system will be eventually removed by upstream so it seems like a good idea to switch over to Meson already before that happens. Signed-off-by: Adrian Perez de Castro --- package/wpebackend-fdo/wpebackend-fdo.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/wpebackend-fdo/wpebackend-fdo.mk b/package/wpebackend-fdo/wpebackend-fdo.mk index e0331e7bd3..dc0c9b6740 100644 --- a/package/wpebackend-fdo/wpebackend-fdo.mk +++ b/package/wpebackend-fdo/wpebackend-fdo.mk @@ -12,4 +12,4 @@ WPEBACKEND_FDO_LICENSE = BSD-2-Clause WPEBACKEND_FDO_LICENSE_FILES = COPYING WPEBACKEND_FDO_DEPENDENCIES = libepoxy libglib2 libwpe wayland -$(eval $(cmake-package)) +$(eval $(meson-package))