From patchwork Fri Jan 26 00:14:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dylan Baker X-Patchwork-Id: 10186673 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 B8B44602C8 for ; Fri, 26 Jan 2018 17:20:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A9C9E283AE for ; Fri, 26 Jan 2018 17:20:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9E6A528AC8; Fri, 26 Jan 2018 17:20:55 +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 770E0283AE for ; Fri, 26 Jan 2018 17:20:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7D5E96E598; Fri, 26 Jan 2018 17:20:49 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1C04D6E522; Fri, 26 Jan 2018 17:20:45 +0000 (UTC) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 6E61421182; Fri, 26 Jan 2018 12:20:44 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute3.internal (MEProxy); Fri, 26 Jan 2018 12:20:44 -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=tu5tdcp5Z317zuRLmPgiot2sYdozxnhBTlsEGX EE9VE=; b=qBTCqvVroZh4qUe2qZGTFvNroWL4Rbj0HdxMmW9s759cG6HYGnqXTU pMIu3/kV99UIFCFLLboVwGBR8joQynaJQGcGk0Wi8GhW+KSTSNGfGOfLR3W2O4oh WRSrI10DaIZZLNxgpcMlruRC12FJ0ksfWIb+dI6SdnPM1ahb9ISy4= 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=tu5tdcp5Z317zuRLm Pgiot2sYdozxnhBTlsEGXEE9VE=; b=An6ShLn+Yfk7N3N7WHTLRJDshpl7nu9zm GrUL6dgznsmNkm5873n+qeyE4tEPuw3J6e4fVW/FASPqaSdrwi3laVjqinCewY0w UvGOPG5AWEY8HBApnpX3UA0p6zVasPoLyYPKNAPVogD039S/NqAMciFEuzUs26tw dLRmGDNmEtRtclL700FSraru1QdU4MDicekmiZUywOtQQBEIxVMxfiYCNwu8rcKX geWrxj7RtPudP27kKQzh5jJD6YYuw0cikWkuDC+geKsofyPldjIbnTbTizQD8Bhy tCMtCm++Wkm1C4BNoPk0e4q3qCcihyOGnmqXG4cPihVC1nQbTDpUw== X-ME-Sender: Received: from localhost (jfdmzpr04-ext.jf.intel.com [134.134.139.73]) by mail.messagingengine.com (Postfix) with ESMTPA id AF275240F8; Fri, 26 Jan 2018 12:20:43 -0500 (EST) From: Dylan Baker To: mesa-dev@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: [PATCH libdrm] meson: fix libdrm_nouveau pkgconfig include directories Date: Thu, 25 Jan 2018 16:14:45 -0800 Message-Id: <20180126001445.22560-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 Signed-off-by: Dylan Baker Reviewed-by: Eric Engestrom --- I have tested building every mesa driver against this (with and without udev!) so I'm pretty sure that this is the last pkgbuild problem. I'm sure I'll be sad in a day or two... nouveau/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nouveau/meson.build b/nouveau/meson.build index bfecf84b..f031cd63 100644 --- a/nouveau/meson.build +++ b/nouveau/meson.build @@ -45,7 +45,7 @@ install_headers( pkg.generate( name : 'libdrm_nouveau', libraries : libdrm_nouveau, - subdirs : ['.', 'nouveau'], + subdirs : ['.', 'libdrm', 'libdrm/nouveau'], version : meson.project_version(), requires_private : 'libdrm', description : 'Userspace interface to nouveau kernel DRM services',