aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Boll2014-05-05 16:28:23 -0500
committerAndreas Boll2014-07-28 10:35:29 -0500
commit8bdb4cfa450b16f2c70729f923fa05d9553d7118 (patch)
treec5ab03cabd312ad5c78e851d729167c353811660
parent6f15ca80815ae34d412c9fbdf526d69c45561a0f (diff)
downloadexternal-libgbm-8bdb4cfa450b16f2c70729f923fa05d9553d7118.tar.gz
external-libgbm-8bdb4cfa450b16f2c70729f923fa05d9553d7118.tar.xz
external-libgbm-8bdb4cfa450b16f2c70729f923fa05d9553d7118.zip
libdrm: Fix drm.h include in qxl drm header file
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. Fixes Debian bug #746807 Reported-by: Bastian Blank <waldi@debian.org> Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--include/drm/qxl_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/qxl_drm.h b/include/drm/qxl_drm.h
index 5d7de702..1e331a86 100644
--- a/include/drm/qxl_drm.h
+++ b/include/drm/qxl_drm.h
@@ -25,7 +25,7 @@
25#define QXL_DRM_H 25#define QXL_DRM_H
26 26
27#include <stddef.h> 27#include <stddef.h>
28#include "drm/drm.h" 28#include "drm.h"
29 29
30/* Please note that modifications to all structs defined here are 30/* Please note that modifications to all structs defined here are
31 * subject to backwards-compatibility constraints. 31 * subject to backwards-compatibility constraints.