From patchwork Thu Feb 8 21:38:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dylan Baker X-Patchwork-Id: 10208063 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 A980060327 for ; Thu, 8 Feb 2018 21:38:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A5F5295B0 for ; Thu, 8 Feb 2018 21:38:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8EEAE295C0; Thu, 8 Feb 2018 21:38:58 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham 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 0B859295B0 for ; Thu, 8 Feb 2018 21:38:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9601F6E05C; Thu, 8 Feb 2018 21:38:55 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by gabe.freedesktop.org (Postfix) with ESMTPS id 984976E05C for ; Thu, 8 Feb 2018 21:38:54 +0000 (UTC) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id C4BFB20AE6; Thu, 8 Feb 2018 16:38:53 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Thu, 08 Feb 2018 16:38:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pnwbakers.com; h=cc:date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=mesmtp; bh=ju+IGRVv68bJcl5EA5+FP/LIDZlWZSYKOQ7in4 CcmrQ=; b=N3Rk1NrjaeH/PY3T9PILHo3DLLQkyY2paljAun9zBaFt1TOImNsgJE Qhfq0pJw0xHLWpNLPmQW3nkbzXzioK5UmXNVpecy2x4eStXzuls0zubf1L0vw1gz vWdAJlIgUFe+kK2hVsh9N9GyqpMyn76ywJXI/FulPTNqHdG87MzlM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=ju+IGRVv68bJcl5EA 5+FP/LIDZlWZSYKOQ7in4CcmrQ=; b=j+rwBJzpJs+I1QaFpAfXaSSwb5m+sEvUz 8OTSEKMk5u2mG66dngKdFEENmtbqhKqgV7J1LQkcsJXFMzVmMt2r+V8m/JtfpX9m Bsn5m6ilfMJLMFPLK4Wiy00E6fXCHgATMeRWzO+RBYgHLBP2ZtJQJirgyVeAaTzW zsEMLWACvrGggrec45s4fFYIuTq1NuSH0MVqRIzWyiO/SpLd0+ajX5yRt1nS2HBa PXW/belkD/2/t8Mm/DhQcKYeGRNfW1xtRnsTVu33YNZVX9pNFoGDmuJchbML2nc0 Z+JY+/hUkOYlB+Q7rFbZlZobkCWsU/Gay+ZGg1iDM0vE0NBk/0CqA== X-ME-Sender: Received: from localhost (jfdmzpr04-ext.jf.intel.com [134.134.139.73]) by mail.messagingengine.com (Postfix) with ESMTPA id 6A6047E3DF; Thu, 8 Feb 2018 16:38:53 -0500 (EST) From: Dylan Baker To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm] meson: include headers in root directory in ext_libdrm Date: Thu, 8 Feb 2018 13:38:50 -0800 Message-Id: <20180208213850.8007-1-dylan@pnwbakers.com> X-Mailer: git-send-email 2.16.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Dylan Baker MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Which is used in wraps. Reviewed-by: Eric Anholt --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1342a5b3..4aaeb7e1 100644 --- a/meson.build +++ b/meson.build @@ -294,7 +294,7 @@ libdrm = shared_library( ext_libdrm = declare_dependency( link_with : libdrm, - include_directories : inc_drm, + include_directories : [inc_root, inc_drm], ) install_headers('libsync.h', 'xf86drm.h', 'xf86drmMode.h')