[mutter/gbsneto/drm-include] kms-plane: Include <drm_fourcc.h>
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/gbsneto/drm-include] kms-plane: Include <drm_fourcc.h>
- Date: Fri, 28 Jun 2019 16:25:36 +0000 (UTC)
commit 1206879a20b8ee70fe69f5b57c7708cadc20dd7a
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Jun 28 13:21:52 2019 -0300
kms-plane: Include <drm_fourcc.h>
Instead of including <drm/drm_fourcc.h>. This is the
only file that includes the drm_fourcc.h header like
this, and it happened to break the build locally.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/663
src/backends/native/meta-kms-plane.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/backends/native/meta-kms-plane.c b/src/backends/native/meta-kms-plane.c
index 170497b89..291206393 100644
--- a/src/backends/native/meta-kms-plane.c
+++ b/src/backends/native/meta-kms-plane.c
@@ -22,7 +22,7 @@
#include "backends/native/meta-kms-plane.h"
-#include <drm/drm_fourcc.h>
+#include <drm_fourcc.h>
#include <stdio.h>
#include "backends/meta-monitor-transform.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]