From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emil Velikov Subject: Re: [PATCH libdrm] libdrm: Fix drm.h include in qxl drm header file Date: Mon, 28 Jul 2014 16:06:55 +0100 Message-ID: <53D6670F.8040804@gmail.com> References: <1399326879-3774-1-git-send-email-andreas.boll.dev@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by gabe.freedesktop.org (Postfix) with ESMTP id C617C6E393 for ; Mon, 28 Jul 2014 08:07:31 -0700 (PDT) Received: by mail-wg0-f47.google.com with SMTP id b13so7404397wgh.6 for ; Mon, 28 Jul 2014 08:07:30 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Andreas Boll , dri-devel@lists.freedesktop.org Cc: emil.l.velikov@gmail.com List-Id: dri-devel@lists.freedesktop.org On 28/07/14 15:35, Andreas Boll wrote: > ping > > 2014-05-05 23:54 GMT+02:00 Andreas Boll : >> Use "drm.h" instead of "drm/drm.h" as used in the other header files. >> Fixes xserver-xorg-video-qxl build with KMS support on Debian, where this >> file is installed in /usr/include/libdrm. >> I believe that's the default location for most linux distributions. Seems like not many of us build the qxl ddx :\ FWIW Reviewed-by: Emil Velikov >> Fixes Debian bug #746807 >> >> Reported-by: Bastian Blank >> Signed-off-by: Andreas Boll >> --- >> include/drm/qxl_drm.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/include/drm/qxl_drm.h b/include/drm/qxl_drm.h >> index 5d7de70..1e331a8 100644 >> --- a/include/drm/qxl_drm.h >> +++ b/include/drm/qxl_drm.h >> @@ -25,7 +25,7 @@ >> #define QXL_DRM_H >> >> #include >> -#include "drm/drm.h" >> +#include "drm.h" >> >> /* Please note that modifications to all structs defined here are >> * subject to backwards-compatibility constraints. >> -- >> 1.9.2 >> > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel >