summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2017-03-13 15:17:44 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-03-13 15:36:27 +0000
commitce6134594deac42be154f27380af49b777a8669f (patch)
tree2ba5d1ff115f77e9f4db177f87f599498acb2169 /common.h
parent73af9468259cd55358b71f1b8ab7a997d9365c8b (diff)
downloadkmscube-ce6134594deac42be154f27380af49b777a8669f.tar.gz
Remove hacky "drm/" prefix in include path
The file is provided by the libdrm which knows about the location. Since we already honour the Cflags provided by libdrm, any potential build issues are most likely due to broken package shipped by the distro. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index b7e0c5b..2c27082 100644
--- a/common.h
+++ b/common.h
@@ -31,7 +31,7 @@
#include <EGL/eglext.h>
#include <gbm.h>
-#include <drm/drm_fourcc.h>
+#include <drm_fourcc.h>
struct gbm {
struct gbm_device *dev;