libdrm/u_No-longer-hardcode-path-for-drm.h-include-in-qxl_drm.patch
Stefan Dirsch ab7374b9ab - u_No-longer-hardcode-path-for-drm.h-include-in-qxl_drm.patch:
* No longer hardcode path for drm.h include in qxl_drm.h, i.e.
    handle it the same as in other <driver>_drm.h files; change
    required for KMS support in xf86-video-qxl (bnc#870501)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=170
2014-04-24 09:47:57 +00:00

28 lines
766 B
Diff

From ef61a3e62f87443a7384883b87cc01ec488e4823 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <sndirsch@suse.de>
Date: Wed, 23 Apr 2014 16:35:19 +0200
Subject: [PATCH] No longer hardcode path for drm.h include in qxl_drm.h.
\#include "drm/drm.h" --> #include "drm.h"
(same as in other <driver>_drm.h files)
---
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 <stddef.h>
-#include "drm/drm.h"
+#include "drm.h"
/* Please note that modifications to all structs defined here are
* subject to backwards-compatibility constraints.
--
1.8.4.5