From patchwork Thu Jul 21 13:12:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Boll X-Patchwork-Id: 9241645 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 97AD460574 for ; Thu, 21 Jul 2016 13:13:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8764827E22 for ; Thu, 21 Jul 2016 13:13:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7C80327F3E; Thu, 21 Jul 2016 13:13:40 +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_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, 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]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 499B227E22 for ; Thu, 21 Jul 2016 13:13:40 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A1A606E271; Thu, 21 Jul 2016 13:13:25 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) by gabe.freedesktop.org (Postfix) with ESMTPS id 648276E25F for ; Thu, 21 Jul 2016 13:13:14 +0000 (UTC) Received: by mail-wm0-x241.google.com with SMTP id o80so2452279wme.0 for ; Thu, 21 Jul 2016 06:13:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Gdfogh3bgwIh7Qi6pMClf9+ctCz/MDLlPg8LKZndD8g=; b=NxEmv5SC6DBzE7QW/Tmxiyesxa6tnR1M0TdbwNv9N1B2jKSUJICdBkrr7/2oZtlmk+ WHrO+gGnc6q+zPasdWgezZ244lNNTSINmE4joy18oVYzinEDe2NKBJmZvXdjeJcgOhSw Xf2XMzqwD5Qd0Xfm3wAh+Xlb4aIHzlahWACf79VfUJADtoZgSdYuUoWK3LPxEKAhTsFO qAQuvERqJblMwYAlXPdYOgVwwezKPn0DJGd02Rb/S7NrY1yxLFfa5No2yS5f6OpZpgUt HE1k6Mm3K5nraVn+RgSlfDH9K15PvbO75yG3uyH8qjzXzBJvYjlxdNCWWexSMSESGZeS Jmrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Gdfogh3bgwIh7Qi6pMClf9+ctCz/MDLlPg8LKZndD8g=; b=IGBaVS6gHrDyUHdZ/Bqba4AgfnMCAh5TFluxEClg6f8jTj2kmxRfqmtKEIg/ptVQH9 dDwG+trBz+Q1gsKG0ZkHNjk/kMH8cuFqTckEhX1miBAqTMHir1SA8Rtammn7gJcyQURh Fesz1yxiQtgnVgEauM8KT/lUen0GC8eghVyO/C653DVMtWVvIXIiXzunf5rCHUxwgmEK 6lPxIcNNiAb+IdahBq48AHiWsAaqnRw6atxSdoXy/uysABjGps4TgHKSQGb+oQzNzzZp ZoRtlO6EQgpchITLb36ZY95zsOf6txEKIBM+qWyofiQ/fSsvHCsTLkAHwJM+VbgQBfzr ydNA== X-Gm-Message-State: ALyK8tKje1dz46JeUTGBPLLypTsl/BIw3q3WGkoXocf7od2XaGbiQ4tGxd1iyY9G9SOvpw== X-Received: by 10.28.113.135 with SMTP id d7mr17231373wmi.43.1469106791844; Thu, 21 Jul 2016 06:13:11 -0700 (PDT) Received: from debian.tuwien.ac.at (p237-100.vps.tuwien.ac.at. [128.131.237.100]) by smtp.gmail.com with ESMTPSA id f187sm4005688wmf.15.2016.07.21.06.13.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jul 2016 06:13:11 -0700 (PDT) From: Andreas Boll To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm 4/6] automake: Include virtgpu_drm.h in the release tarball. Date: Thu, 21 Jul 2016 15:12:42 +0200 Message-Id: <1469106764-19411-5-git-send-email-andreas.boll.dev@gmail.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1469106764-19411-1-git-send-email-andreas.boll.dev@gmail.com> References: <1469106764-19411-1-git-send-email-andreas.boll.dev@gmail.com> 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 The plan is to use this version of virtgpu_drm.h in mesa and drop mesa's local copy. To actually use this header it needs to be shipped in the tarball. This was missed in c745e541a9d8dfd3fb5e1ac57297e58d34d9328f Signed-off-by: Andreas Boll --- Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.sources b/Makefile.sources index 1a1f0fe..a57036a 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -33,7 +33,8 @@ LIBDRM_INCLUDE_H_FILES := \ include/drm/sis_drm.h \ include/drm/tegra_drm.h \ include/drm/vc4_drm.h \ - include/drm/via_drm.h + include/drm/via_drm.h \ + include/drm/virtgpu_drm.h LIBDRM_INCLUDE_VMWGFX_H_FILES := \ include/drm/vmwgfx_drm.h